mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-13 09:17:07 +03:00
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";
|
||||
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];
|
||||
*/
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user