From a011b43d1f29467aad2e09801724fcfc4df8ae00 Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Mon, 26 Apr 2010 18:36:53 +0000 Subject: [PATCH] * 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 --- pkgs/tools/text/gnupatch/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/text/gnupatch/default.nix b/pkgs/tools/text/gnupatch/default.nix index 547e3625811..cd2a67f6993 100644 --- a/pkgs/tools/text/gnupatch/default.nix +++ b/pkgs/tools/text/gnupatch/default.nix @@ -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 .