[Nix-dev] gcc for MacOS X
Ludovic Courtès
ludo at gnu.org
Tue Apr 24 00:36:36 CEST 2012
Hi!
Eelco Dolstra <eelco.dolstra at logicblox.com> skribis:
> Darwin builds seem to be failing due to a missing /bin/bash:
> http://hydra.nixos.org/eval/613969
Oops! Use of ‘allStdenvs.stdenvNative’ exposed a bug whereby ‘system’
would not be propagated through all the stdenvs.
Thus, running ‘nix-build -A stdenv --argstr system x86_64-darwin’ (as on
Hydra) would actually try to build it on an x86_64-linux, and fail for
lack of /bin/bash.
Fixed in r33898.
Thanks,
Ludo’.
More information about the nix-dev
mailing list