mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01: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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue