forked from mirrors/nixpkgs
* 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";
|
||||
symlink = "/${kernelPackages.splashutils.helperName}";
|
||||
}
|
||||
} # */
|
||||
{ object = import ../helpers/unpack-theme.nix {
|
||||
inherit (pkgs) stdenv;
|
||||
theme = config.services.ttyBackgrounds.defaultTheme;
|
||||
|
@ -273,6 +273,7 @@ rec {
|
|||
++ pkgs.lib.concatLists (map (job: job.extraPath) upstartJobs.jobs)
|
||||
++ config.environment.extraPackages pkgs
|
||||
++ 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
|
||||
# chroot gets to seem them, and (ii) applications can benefit from
|
||||
|
|
Loading…
Reference in a new issue