* useDietLibC: work properly on impure stdenvs.

* dietlibc: pass glibc explicitly.

svn path=/nixpkgs/trunk/; revision=6807
This commit is contained in:
Eelco Dolstra
2006-10-23 17:43:55 +00:00
parent 13c3591485
commit 461783c3a5
2 changed files with 6 additions and 7 deletions
+3 -3
View File
@@ -1,6 +1,6 @@
{stdenv, fetchurl}:
{stdenv, fetchurl, glibc}:
assert stdenv.system == "i686-linux";
assert stdenv.isLinux;
stdenv.mkDerivation {
name = "dietlibc-0.30";
@@ -9,7 +9,7 @@ stdenv.mkDerivation {
md5 = "2465d652fff6f1fad3da3b98e60e83c9";
};
builder = ./builder.sh;
inherit (stdenv) glibc;
inherit glibc;
patches = [