>>>>> Michael Sperber <[email protected]> writes:
> export SDKROOT=macosx10.9
> Unfortunately, it seems --pure (and nix-env generally) then *unsets* that
> environment variable again. Any way I can make Nix have its stick around?
I hand-edited pkgs/stdenv/nix/default.nix to have this line in it:
export MACOSX_DEPLOYMENT_TARGET=10.9
The SDKROOT is then set from this. Maybe that would help, assuming you have
your own nixpkgs clone?
John
_______________________________________________
nix-dev mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-dev