Skip to content
Commit 7fc24dfd authored by Eelco Dolstra's avatar Eelco Dolstra
Browse files

stdenv-darwin: Fix dependency on bootstrapTools

Commit 2040a9ac changed the order of
$PATH elements, causing initialpath to appear after buildInputs. Thus
gnugrep ended up depending on bin/sh from bootstrapTools, rather than
from pkgs.bash. The fix is to provide pkgs.bash via buildInputs rather
than initialPath.

http://hydra.nixos.org/build/33276697
parent 9ed00ff0
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment