[Nix-dev] Re: [Nix-commits] SVN commit: nix - 21314 - ludo - nixpkgs/trunk/pkgs/tools/text/gnupatch
Eelco Dolstra
e.dolstra at tudelft.nl
Mon Apr 26 20:40:32 CEST 2010
Hi,
Ludovic Courts wrote:
> - if !(stdenv ? glibc)
> + if !stdenv.isLinux
I've reverted this because it causes a rebuild of all packages on Linux, which
was probably not your intent. I don't understand why this happens, though. I'm
guessing "isLinux" is not set in the bootstrap stdenv.
--
Eelco Dolstra | http://www.st.ewi.tudelft.nl/~dolstra/
More information about the nix-dev
mailing list