spl: Fix bad copy paste

wip/yesman
William A. Kennington III 10 years ago
parent 161e9648e4
commit 7ae9c92f92
  1. 2
      pkgs/os-specific/linux/spl/generic.nix

@ -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…
Cancel
Save