don't forget stuff
svn path=/nixpkgs/branches/nixos-pkgs/; revision=1871
This commit is contained in:
parent
f9743cec5a
commit
aa150ce949
@ -98,7 +98,7 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
stdenvBootFun = {glibc}: (import ../generic) {
|
stdenvBootFun = {glibc, gcc, binutils}: (import ../generic) {
|
||||||
name = "stdenv-linux-static-boot";
|
name = "stdenv-linux-static-boot";
|
||||||
stdenv = stdenvInitial;
|
stdenv = stdenvInitial;
|
||||||
shell = ./bash-static/bash;
|
shell = ./bash-static/bash;
|
||||||
@ -123,6 +123,7 @@ rec {
|
|||||||
];
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
|
/*
|
||||||
stdenvBoot = stdenvBootFun {inherit glibc;};
|
stdenvBoot = stdenvBootFun {inherit glibc;};
|
||||||
|
|
||||||
fetchurl = (import ../../build-support/fetchurl) {
|
fetchurl = (import ../../build-support/fetchurl) {
|
||||||
@ -136,5 +137,6 @@ rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
body = [coreutils bzip2 gnumake binutils diffutils gcc glibc gnused gnugrep diffutils gawk];
|
body = [coreutils bzip2 gnumake binutils diffutils gcc glibc gnused gnugrep diffutils gawk];
|
||||||
|
*/
|
||||||
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user