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: e5724e8e664e
Choose a base ref
...
head repository: NixOS/nixpkgs
compare: 6ccf2201f914
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.
    strager authored and veprbl committed Apr 15, 2019
    Copy the full SHA
    6ccf220 View commit details
    Browse the repository at this point in the history