about summary refs log tree commit diff
path: root/pkgs/tools/text
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2010-04-26 08:47:20 +0000
committerLudovic Courtès <ludo@gnu.org>2010-04-26 08:47:20 +0000
commit9009a04e383b8e29d8ae789f259dd3709a61efba (patch)
tree245d5702fdc8cf151cee8b0defb700954c143bcb /pkgs/tools/text
parent106ba391805c343cafe0ae2ae31cbfc0de57f745 (diff)
downloadnixlib-9009a04e383b8e29d8ae789f259dd3709a61efba.tar
nixlib-9009a04e383b8e29d8ae789f259dd3709a61efba.tar.gz
nixlib-9009a04e383b8e29d8ae789f259dd3709a61efba.tar.bz2
nixlib-9009a04e383b8e29d8ae789f259dd3709a61efba.tar.lz
nixlib-9009a04e383b8e29d8ae789f259dd3709a61efba.tar.xz
nixlib-9009a04e383b8e29d8ae789f259dd3709a61efba.tar.zst
nixlib-9009a04e383b8e29d8ae789f259dd3709a61efba.zip
GNU Patch: Fix `stdenvNative' GNU/Linux builds.
Reported by Brian Gough <bjg@gnu.org>.

svn path=/nixpkgs/trunk/; revision=21314
Diffstat (limited to 'pkgs/tools/text')
-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 cd2a67f69933..547e3625811f 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 ? glibc)
+    if !stdenv.isLinux
     then fetchurl {
       # Temporary fix for
       # http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .