linuxPackages.spl: eval, 84d8ef6e2f

This commit is contained in:
Yegor Timoshenko 2017-12-29 23:43:05 +00:00
parent 99b49592bc
commit f497999e86
No known key found for this signature in database
GPG Key ID: C34BF9DCC9DF8210

View File

@ -12888,8 +12888,9 @@ with pkgs;
sch_cake = callPackage ../os-specific/linux/sch_cake { };
inherit (callPackage ../os-specific/linux/spl { })
splStable splUnstable;
inherit (callPackage ../os-specific/linux/spl {
inherit kernel;
}) splStable splUnstable;
spl = splStable;