* Reverted r21314 because it causes all of Nixpkgs on Linux to be

rebuilt.  Not sure why though.  Maybe "isLinux" is not set in the
  bootstrap stdenv.

svn path=/nixpkgs/trunk/; revision=21327
This commit is contained in:
Eelco Dolstra 2010-04-26 18:36:53 +00:00
parent fff97995f3
commit a011b43d1f

View File

@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
name = "patch-2.6.1";
src =
if !stdenv.isLinux
if !(stdenv ? glibc)
then fetchurl {
# Temporary fix for
# http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .