kde5.kdelibs4support: don't use multiple outputs
This commit is contained in:
parent
7fae06718e
commit
b63c007412
2 changed files with 2 additions and 1 deletions
|
@ -23,7 +23,7 @@ let
|
||||||
name = "${name}-${version}";
|
name = "${name}-${version}";
|
||||||
inherit src;
|
inherit src;
|
||||||
|
|
||||||
outputs = [ "dev" "out" ];
|
outputs = args.outputs or [ "dev" "out" ];
|
||||||
|
|
||||||
cmakeFlags =
|
cmakeFlags =
|
||||||
(args.cmakeFlags or [])
|
(args.cmakeFlags or [])
|
||||||
|
|
|
@ -11,6 +11,7 @@
|
||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kdelibs4support";
|
name = "kdelibs4support";
|
||||||
|
outputs = [ "out" ];
|
||||||
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kcompletion kconfig kded kservice kwidgetsaddons
|
kcompletion kconfig kded kservice kwidgetsaddons
|
||||||
|
|
Loading…
Reference in a new issue