* propagated-build-inputs should now be placed in $out/nix-support.

svn path=/nixpkgs/trunk/; revision=823
This commit is contained in:
Eelco Dolstra
2004-03-09 10:59:55 +00:00
parent c8455be838
commit d74192ee38
24 changed files with 223 additions and 198 deletions
+4 -3
View File
@@ -1,4 +1,6 @@
{stdenv, fetchurl, kernelHeaders}: derivation {
{stdenv, fetchurl, kernelHeaders}:
derivation {
name = "glibc-2.3.2";
system = stdenv.system;
builder = ./builder.sh;
@@ -16,6 +18,5 @@
# later releases of glibc won't need this.
vaargsPatch = ./glibc-2.3.2-sscanf-1.patch;
stdenv = stdenv;
kernelHeaders = kernelHeaders;
inherit stdenv kernelHeaders;
}