svn path=/nixpkgs/trunk/; revision=30506

This commit is contained in:
Eelco Dolstra 2011-11-21 14:05:26 +00:00
parent 7c5f627645
commit cf4a0bdce9

View file

@ -3,7 +3,7 @@
let
glibc = if stdenv ? cross
then glibcCross
else assert stdenv ? glib; stdenv.glibc;
else assert stdenv ? glibc; stdenv.glibc;
in
stdenv.mkDerivation rec {
name = "shadow-4.1.4.2";