From 314ab9774fd3818130be4b011ece6c18a1a0156b Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 20 Jun 2008 18:17:51 +0000 Subject: [PATCH] * Put gorecord in PATH. svn path=/nixos/trunk/; revision=12173 --- system/system.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/system/system.nix b/system/system.nix index 5d9b3d772dc..d8c27dd4514 100644 --- a/system/system.nix +++ b/system/system.nix @@ -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