linuxPackages.spl: eval, 84d8ef6e2f

Second attempt.
This commit is contained in:
Yegor Timoshenko
2017-12-30 00:28:37 +00:00
parent f497999e86
commit 0d321897fb
2 changed files with 3 additions and 8 deletions
+1 -1
View File
@@ -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 ]