* Put gorecord in PATH.
svn path=/nixos/trunk/; revision=12173
This commit is contained in:
parent
91e2083d32
commit
314ab9774f
@ -130,7 +130,7 @@ rec {
|
|||||||
'';
|
'';
|
||||||
suffix = "/bin/splash_helper";
|
suffix = "/bin/splash_helper";
|
||||||
symlink = "/${kernelPackages.splashutils.helperName}";
|
symlink = "/${kernelPackages.splashutils.helperName}";
|
||||||
}
|
} # */
|
||||||
{ object = import ../helpers/unpack-theme.nix {
|
{ object = import ../helpers/unpack-theme.nix {
|
||||||
inherit (pkgs) stdenv;
|
inherit (pkgs) stdenv;
|
||||||
theme = config.services.ttyBackgrounds.defaultTheme;
|
theme = config.services.ttyBackgrounds.defaultTheme;
|
||||||
@ -273,6 +273,7 @@ rec {
|
|||||||
++ pkgs.lib.concatLists (map (job: job.extraPath) upstartJobs.jobs)
|
++ pkgs.lib.concatLists (map (job: job.extraPath) upstartJobs.jobs)
|
||||||
++ config.environment.extraPackages pkgs
|
++ config.environment.extraPackages pkgs
|
||||||
++ pkgs.lib.optional config.fonts.enableFontDir fontDir
|
++ pkgs.lib.optional config.fonts.enableFontDir fontDir
|
||||||
|
++ pkgs.lib.optional config.hardware.enableGo7007 kernelPackages.wis_go7007
|
||||||
|
|
||||||
# NSS modules need to be in `systemPath' so that (i) the builder
|
# NSS modules need to be in `systemPath' so that (i) the builder
|
||||||
# chroot gets to seem them, and (ii) applications can benefit from
|
# chroot gets to seem them, and (ii) applications can benefit from
|
||||||
|
Loading…
x
Reference in New Issue
Block a user