Skip to content

Commit

Permalink
linuxPackages.spl: eval, 84d8ef6
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed Dec 29, 2017
1 parent 99b4959 commit f497999
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -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;

Expand Down

0 comments on commit f497999

Please sign in to comment.