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
|
||||
, extra-cmake-modules
|
||||
, frameworkintegration
|
||||
, kcmutils
|
||||
, kconfigwidgets
|
||||
, kcoreaddons
|
||||
, kdecoration
|
||||
, kguiaddons
|
||||
, ki18n
|
||||
, kwindowsystem
|
||||
, qtx11extras
|
||||
{ plasmaPackage, extra-cmake-modules, frameworkintegration
|
||||
, kcmutils, kconfigwidgets, kcoreaddons, kdecoration, kguiaddons
|
||||
, ki18n, kwindowsystem, qtx11extras
|
||||
}:
|
||||
|
||||
plasmaPackage {
|
||||
@ -18,16 +10,10 @@ plasmaPackage {
|
||||
extra-cmake-modules
|
||||
];
|
||||
buildInputs = [
|
||||
frameworkintegration
|
||||
kcmutils
|
||||
kconfigwidgets
|
||||
kcoreaddons
|
||||
kdecoration
|
||||
kguiaddons
|
||||
ki18n
|
||||
kwindowsystem
|
||||
qtx11extras
|
||||
kcmutils kconfigwidgets kcoreaddons kdecoration kguiaddons ki18n
|
||||
kwindowsystem qtx11extras
|
||||
];
|
||||
propagatedBuildInputs = [ frameworkintegration ];
|
||||
cmakeFlags = [ "-DUSE_KDE4=OFF" ];
|
||||
postInstall = ''
|
||||
wrapKDEProgram "$out/bin/breeze-settings5"
|
||||
|
@ -1,16 +1,6 @@
|
||||
{ plasmaPackage
|
||||
, extra-cmake-modules
|
||||
, ki18n
|
||||
, kcmutils
|
||||
, kconfig
|
||||
, kdecoration
|
||||
, kguiaddons
|
||||
, kwidgetsaddons
|
||||
, kservice
|
||||
, kcompletion
|
||||
, frameworkintegration
|
||||
, kwindowsystem
|
||||
, qtx11extras
|
||||
{ plasmaPackage, extra-cmake-modules, ki18n, kcmutils, kconfig
|
||||
, kdecoration, kguiaddons, kwidgetsaddons, kservice, kcompletion
|
||||
, frameworkintegration, kwindowsystem, qtx11extras
|
||||
}:
|
||||
|
||||
plasmaPackage {
|
||||
@ -19,18 +9,10 @@ plasmaPackage {
|
||||
extra-cmake-modules
|
||||
];
|
||||
buildInputs = [
|
||||
ki18n
|
||||
kcmutils
|
||||
kconfig
|
||||
kdecoration
|
||||
kguiaddons
|
||||
kwidgetsaddons
|
||||
kservice
|
||||
kcompletion
|
||||
frameworkintegration
|
||||
kwindowsystem
|
||||
qtx11extras
|
||||
ki18n kcmutils kconfig kdecoration kguiaddons kwidgetsaddons
|
||||
kservice kcompletion kwindowsystem qtx11extras
|
||||
];
|
||||
propagatedBuildInputs = [ frameworkintegration ];
|
||||
postInstall = ''
|
||||
wrapKDEProgram "$out/bin/oxygen-demo5"
|
||||
wrapKDEProgram "$out/bin/oxygen-settings5"
|
||||
|
Loading…
Reference in New Issue
Block a user