Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 403132f9fc24
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 948025bca464
Choose a head ref
  • 7 commits
  • 6 files changed
  • 2 contributors

Commits on Aug 18, 2019

  1. add shortenPerlShebang function

    This setup hook modifies a Perl script so that any "-I" flags in its shebang
    line are rewritten into a "use lib ..." statement on the next line. This gets
    around a limitation in Darwin, which will not properly handle a script whose
    shebang line exceeds 511 characters.
    bdesham committed Aug 18, 2019
    Copy the full SHA
    3a9b0bd View commit details
  2. biber: fix too-long shebang line on Darwin

    Closes #35353.
    bdesham committed Aug 18, 2019
    Copy the full SHA
    96cdbdf View commit details
  3. ack: fix too-long shebang line on Darwin

    Also remove gnused from the buildInputs: it's already provided to us in
    this stage.
    
    Closes #47302.
    bdesham committed Aug 18, 2019
    Copy the full SHA
    e055876 View commit details
  4. Copy the full SHA
    3929482 View commit details
  5. Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    8036b0f View commit details

Commits on Aug 19, 2019

  1. Copy the full SHA
    430f0e1 View commit details
  2. Merge pull request #66446 from bdesham/updated-boronine-perl-darwin-fix

    Updated fix for Perl programs on Darwin
    veprbl authored Aug 19, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
    Copy the full SHA
    948025b View commit details
Loading