summaryrefslogtreecommitdiffstats
path: root/pkgs/tools/text/gnupatch
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-01-18 14:54:46 +0000
committerLudovic Courtès <ludo@gnu.org>2010-01-18 14:54:46 +0000
commit907be69b26c5c33c4cbb7acc7537ad0ddb773199 (patch)
tree1eb16b48b0cfe6d392f5a0adb90a33ca6fc308d1 /pkgs/tools/text/gnupatch
parentbf1ffcc595573734bfb6b44e1b98e0553e766816 (diff)
GNU Patch: Fix for BSDs.
svn path=/nixpkgs/branches/stdenv-updates/; revision=19522
Diffstat (limited to 'pkgs/tools/text/gnupatch')
-rw-r--r--pkgs/tools/text/gnupatch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/text/gnupatch/default.nix b/pkgs/tools/text/gnupatch/default.nix
index b97c216df2b3..cd2a67f69933 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.isDarwin
+ if !(stdenv ? glibc)
then fetchurl {
# Temporary fix for
# http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .