forked from mirrors/nixpkgs
spl: Fix bad copy paste
This commit is contained in:
parent
161e9648e4
commit
7ae9c92f92
|
@ -16,7 +16,7 @@ let
|
|||
in
|
||||
|
||||
assert any (n: n == configFile) [ "kernel" "user" "all" ];
|
||||
assert buildKernel -> kernel != null && spl != null;
|
||||
assert buildKernel -> kernel != null;
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "spl-${configFile}-${version}${optionalString buildKernel "-${kernel.version}"}";
|
||||
|
|
Loading…
Reference in a new issue