[Nix-dev] [Nix-commits] SVN commit: nix - r33536 - in nixpkgs/branches/stdenv-updates/pkgs: development/libraries/glibc/2.13 development/libraries/glibc/2.14 tools/misc/coreutils

Eelco Dolstra eelco.dolstra at logicblox.com
Mon Apr 2 17:00:21 CEST 2012


Hi Peter,

On 02/04/12 16:15, Peter Simons wrote:

> +  # the coreutils install calls the ginstall just compiled, before we have
> +  # a chance to patchelf it. 
> +  libPath = stdenv.lib.makeLibraryPath ([stdenv.gcc.libc] ++ buildInputs);

This breaks evaluation of coreutils on Darwin.  I also don't understand what
this change is for.  Why would it be a problem that patchelf hasn't been run?

-- 
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/


More information about the nix-dev mailing list