mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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 .
|
||||
|
|
Loading…
Reference in a new issue