mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-20 12:43:52 +00:00
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:
parent
83846d8417
commit
5a2d438f24
@ -83,7 +83,7 @@ in
|
||||
###### implementation
|
||||
|
||||
config = mkIf config.services.ttyBackgrounds.enable (
|
||||
mkAssert (kernelPackages.splashutils != null) "
|
||||
mkAssert (splashutils != null) "
|
||||
The kernelPackages does not provide splashutils, as required by ttyBackgrounds.
|
||||
Either provide kernelPackages with splashutils, or disable ttyBackgrounds.
|
||||
" {
|
||||
|
Loading…
Reference in New Issue
Block a user