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: 9f76c647a746
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 95ee62273fec
Choose a head ref
  • 1 commit
  • 2 files changed
  • 1 contributor

Commits on Apr 15, 2019

  1. gettext: fix stdenv-darwin; remove Bison dependency (#59553)

    Commit 1279016 broke building
    nixpkgs.clangStdenv (stdenv-darwin) on macOS:
    
        nix-build -A clangStdenv .
        these derivations will be built:
          /nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv
        building '/nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv'...
        output '/nix/store/3agkxvkbhfpimnx5imr09q4rq9pxmjda-stdenv-darwin' is not allowed to refer to the following paths:
             /nix/store/jnzhx3hni0ds1wf49z8wfnxi3qdnkk6q-gnum4-1.4.18
               /nix/store/smdncnz5pkl5q39k4ldk8bh84p2hmj19-bison-3.3.2
        error: build of '/nix/store/b3vyrfzarzyh51n7fj9wrpw12sq3765l-stdenv-darwin.drv' failed
    
    Remove gettext's build dependency on Bison to avoid this error, fixing
    Nixpkgs on macOS.
    
    To avoid rebuilding everything unnecessarily on Linux, only apply these
    changes to macOS and keep the Bison dependency for Linux.
    
    (cherry picked from commit 6ccf220)
    
    cc #59553 #59525
    strager authored and veprbl committed Apr 15, 2019
    Copy the full SHA
    95ee622 View commit details
    Browse the repository at this point in the history