mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-15 13:37:21 +03:00
propagate frameworkintegration dependencies
This commit is contained in:
parent
a5eafc16e0
commit
3e67cf4f01
@ -1,14 +1,6 @@
|
|||||||
{ plasmaPackage
|
{ plasmaPackage, extra-cmake-modules, frameworkintegration
|
||||||
, extra-cmake-modules
|
, kcmutils, kconfigwidgets, kcoreaddons, kdecoration, kguiaddons
|
||||||
, frameworkintegration
|
, ki18n, kwindowsystem, qtx11extras
|
||||||
, kcmutils
|
|
||||||
, kconfigwidgets
|
|
||||||
, kcoreaddons
|
|
||||||
, kdecoration
|
|
||||||
, kguiaddons
|
|
||||||
, ki18n
|
|
||||||
, kwindowsystem
|
|
||||||
, qtx11extras
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
@ -18,16 +10,10 @@ plasmaPackage {
|
|||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
frameworkintegration
|
kcmutils kconfigwidgets kcoreaddons kdecoration kguiaddons ki18n
|
||||||
kcmutils
|
kwindowsystem qtx11extras
|
||||||
kconfigwidgets
|
|
||||||
kcoreaddons
|
|
||||||
kdecoration
|
|
||||||
kguiaddons
|
|
||||||
ki18n
|
|
||||||
kwindowsystem
|
|
||||||
qtx11extras
|
|
||||||
];
|
];
|
||||||
|
propagatedBuildInputs = [ frameworkintegration ];
|
||||||
cmakeFlags = [ "-DUSE_KDE4=OFF" ];
|
cmakeFlags = [ "-DUSE_KDE4=OFF" ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapKDEProgram "$out/bin/breeze-settings5"
|
wrapKDEProgram "$out/bin/breeze-settings5"
|
||||||
|
@ -1,16 +1,6 @@
|
|||||||
{ plasmaPackage
|
{ plasmaPackage, extra-cmake-modules, ki18n, kcmutils, kconfig
|
||||||
, extra-cmake-modules
|
, kdecoration, kguiaddons, kwidgetsaddons, kservice, kcompletion
|
||||||
, ki18n
|
, frameworkintegration, kwindowsystem, qtx11extras
|
||||||
, kcmutils
|
|
||||||
, kconfig
|
|
||||||
, kdecoration
|
|
||||||
, kguiaddons
|
|
||||||
, kwidgetsaddons
|
|
||||||
, kservice
|
|
||||||
, kcompletion
|
|
||||||
, frameworkintegration
|
|
||||||
, kwindowsystem
|
|
||||||
, qtx11extras
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
@ -19,18 +9,10 @@ plasmaPackage {
|
|||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
ki18n
|
ki18n kcmutils kconfig kdecoration kguiaddons kwidgetsaddons
|
||||||
kcmutils
|
kservice kcompletion kwindowsystem qtx11extras
|
||||||
kconfig
|
|
||||||
kdecoration
|
|
||||||
kguiaddons
|
|
||||||
kwidgetsaddons
|
|
||||||
kservice
|
|
||||||
kcompletion
|
|
||||||
frameworkintegration
|
|
||||||
kwindowsystem
|
|
||||||
qtx11extras
|
|
||||||
];
|
];
|
||||||
|
propagatedBuildInputs = [ frameworkintegration ];
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapKDEProgram "$out/bin/oxygen-demo5"
|
wrapKDEProgram "$out/bin/oxygen-demo5"
|
||||||
wrapKDEProgram "$out/bin/oxygen-settings5"
|
wrapKDEProgram "$out/bin/oxygen-settings5"
|
||||||
|
Loading…
Reference in New Issue
Block a user