don't forget stuff

svn path=/nixpkgs/branches/nixos-pkgs/; revision=1871
This commit is contained in:
Armijn Hemel 2004-12-15 16:07:21 +00:00
parent f9743cec5a
commit aa150ce949

View File

@ -98,7 +98,7 @@ rec {
};
stdenvBootFun = {glibc}: (import ../generic) {
stdenvBootFun = {glibc, gcc, binutils}: (import ../generic) {
name = "stdenv-linux-static-boot";
stdenv = stdenvInitial;
shell = ./bash-static/bash;
@ -123,6 +123,7 @@ rec {
];
};
/*
stdenvBoot = stdenvBootFun {inherit glibc;};
fetchurl = (import ../../build-support/fetchurl) {
@ -136,5 +137,6 @@ rec {
};
body = [coreutils bzip2 gnumake binutils diffutils gcc glibc gnused gnugrep diffutils gawk];
*/
}