kdeDerivation: don't fail by default on library-only packages
This commit is contained in:
parent
c122f791c9
commit
aaf612e833
@ -24,7 +24,7 @@ let
|
||||
let
|
||||
in stdenv.mkDerivation (args // {
|
||||
|
||||
outputs = args.outputs or [ "dev" "out" "bin" ];
|
||||
outputs = args.outputs or [ "dev" "out" ];
|
||||
|
||||
propagatedUserEnvPkgs =
|
||||
builtins.map lib.getBin (args.propagatedBuildInputs or []);
|
||||
|
Loading…
Reference in New Issue
Block a user