Skip to content

Commit

Permalink
linuxPackages.spl: eval, 84d8ef6
Browse files Browse the repository at this point in the history
Second attempt.
  • Loading branch information
lukateras committed Dec 30, 2017
1 parent f497999 commit 0d32189
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/zfs/default.nix
Expand Up @@ -39,7 +39,7 @@ let
patches = extraPatches;

nativeBuildInputs = [ autoreconfHook nukeReferences ]
++ optional buildUser kernel.moduleBuildDependencies;
++ optional buildKernel kernel.moduleBuildDependencies;
buildInputs =
optionals buildKernel [ spl ]
++ optionals buildUser [ zlib libuuid python attr ]
Expand Down
9 changes: 2 additions & 7 deletions pkgs/top-level/all-packages.nix
Expand Up @@ -12888,9 +12888,8 @@ with pkgs;

sch_cake = callPackage ../os-specific/linux/sch_cake { };

inherit (callPackage ../os-specific/linux/spl {
inherit kernel;
}) splStable splUnstable;
inherit (callPackage ../os-specific/linux/spl {})
splStable splUnstable;

spl = splStable;

Expand Down Expand Up @@ -13221,10 +13220,6 @@ with pkgs;

statifier = callPackage ../os-specific/linux/statifier { };

inherit (callPackage ../os-specific/linux/spl {
configFile = "user";
}) splStable splUnstable;

sysdig = callPackage ../os-specific/linux/sysdig {
kernel = null;
}; # pkgs.sysdig is a client, for a driver look at linuxPackagesFor
Expand Down

0 comments on commit 0d32189

Please sign in to comment.