* Sigh. Nixpkgs broken again...

svn path=/nixpkgs/trunk/; revision=30505
This commit is contained in:
Eelco Dolstra 2011-11-21 13:58:46 +00:00
parent 176bcf9453
commit 7c5f627645

View file

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