mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
GNU Patch: Fix `stdenvNative' GNU/Linux builds.
Reported by Brian Gough <bjg@gnu.org>. From trunk@21314 svn path=/nixpkgs/branches/mass-update-01/; revision=21371
This commit is contained in:
@@ -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 .
|
||||
|
||||
Reference in New Issue
Block a user