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
base: 403132f9fc24
Choose a base ref
...
head repository: NixOS/nixpkgs
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
    Browse the repository at this point in the history
  2. biber: fix too-long shebang line on Darwin

    Closes #35353.
    bdesham committed Aug 18, 2019
    Copy the full SHA
    96cdbdf View commit details
    Browse the repository at this point in the history
  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
    Browse the repository at this point in the history
  4. Copy the full SHA
    3929482 View commit details
    Browse the repository at this point in the history
  5. Copy the full SHA
    8036b0f View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2019

  1. Copy the full SHA
    430f0e1 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #66446 from bdesham/updated-boronine-perl-darwin-fix

    Updated fix for Perl programs on Darwin
    veprbl committed Aug 19, 2019
    Copy the full SHA
    948025b View commit details
    Browse the repository at this point in the history