GNU Patch: Fix `stdenvNative' GNU/Linux builds.
Reported by Brian Gough <bjg@gnu.org>. svn path=/nixpkgs/trunk/; revision=21314
This commit is contained in:
parent
106ba39180
commit
9009a04e38
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "patch-2.6.1";
|
name = "patch-2.6.1";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
if !(stdenv ? glibc)
|
if !stdenv.isLinux
|
||||||
then fetchurl {
|
then fetchurl {
|
||||||
# Temporary fix for
|
# Temporary fix for
|
||||||
# http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .
|
# http://lists.gnu.org/archive/html/bug-patch/2010-01/msg00004.html .
|
||||||
|
Loading…
x
Reference in New Issue
Block a user