spl: Fix bad copy paste

This commit is contained in:
William A. Kennington III 2015-02-07 17:18:15 -08:00
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}"}";