* Reverted r21314 because it causes all of Nixpkgs on Linux to be
rebuilt. Not sure why though. Maybe "isLinux" is not set in the bootstrap stdenv. svn path=/nixpkgs/trunk/; revision=21327
This commit is contained in:
parent
fff97995f3
commit
a011b43d1f
@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
|
|||||||
name = "patch-2.6.1";
|
name = "patch-2.6.1";
|
||||||
|
|
||||||
src =
|
src =
|
||||||
if !stdenv.isLinux
|
if !(stdenv ? glibc)
|
||||||
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