A small correction.. Now linux-2.6.21.7 doesn't show up even in derivation dependedncies.
svn path=/nixos/trunk/; revision=9382
This commit is contained in:
parent
2c49ef1934
commit
39429f0441
@ -101,7 +101,7 @@ import ../helpers/make-etc.nix {
|
|||||||
source = pkgs.substituteAll {
|
source = pkgs.substituteAll {
|
||||||
src = ./profile.sh;
|
src = ./profile.sh;
|
||||||
inherit systemPath wrapperDir;
|
inherit systemPath wrapperDir;
|
||||||
inherit (pkgs) kernel glibc;
|
inherit (pkgs) systemKernel glibc;
|
||||||
timeZone = config.get ["time" "timeZone"];
|
timeZone = config.get ["time" "timeZone"];
|
||||||
defaultLocale = config.get ["i18n" "defaultLocale"];
|
defaultLocale = config.get ["i18n" "defaultLocale"];
|
||||||
};
|
};
|
||||||
|
Loading…
x
Reference in New Issue
Block a user