* Put gorecord in PATH.

svn path=/nixos/trunk/; revision=12173
This commit is contained in:
Eelco Dolstra 2008-06-20 18:17:51 +00:00
parent 91e2083d32
commit 314ab9774f

View File

@ -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