splashutils is already let-bound to kernelPackages.splashutils, so let's take advantage of it.

svn path=/nixos/trunk/; revision=27910
This commit is contained in:
Shea Levy 2011-07-23 18:15:55 +00:00
parent 83846d8417
commit 5a2d438f24

View File

@ -83,7 +83,7 @@ in
###### implementation ###### implementation
config = mkIf config.services.ttyBackgrounds.enable ( config = mkIf config.services.ttyBackgrounds.enable (
mkAssert (kernelPackages.splashutils != null) " mkAssert (splashutils != null) "
The kernelPackages does not provide splashutils, as required by ttyBackgrounds. The kernelPackages does not provide splashutils, as required by ttyBackgrounds.
Either provide kernelPackages with splashutils, or disable ttyBackgrounds. Either provide kernelPackages with splashutils, or disable ttyBackgrounds.
" { " {