kde5.oxygen: use kdeWrapper instead of makeQtWrapper
This commit is contained in:
parent
dc598510aa
commit
87c4a20cb8
@ -1,19 +1,20 @@
|
|||||||
{
|
{
|
||||||
plasmaPackage,
|
plasmaPackage, kdeWrapper,
|
||||||
ecm, makeQtWrapper,
|
ecm,
|
||||||
frameworkintegration, kcmutils, kcompletion, kconfig, kdecoration, kguiaddons,
|
frameworkintegration, kcmutils, kcompletion, kconfig, kdecoration, kguiaddons,
|
||||||
ki18n, kwidgetsaddons, kservice, kwayland, kwindowsystem, qtx11extras
|
ki18n, kwidgetsaddons, kservice, kwayland, kwindowsystem, qtx11extras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
plasmaPackage {
|
let
|
||||||
name = "oxygen";
|
unwrapped = plasmaPackage {
|
||||||
nativeBuildInputs = [ ecm makeQtWrapper ];
|
name = "oxygen";
|
||||||
propagatedBuildInputs = [
|
nativeBuildInputs = [ ecm ];
|
||||||
frameworkintegration kcmutils kcompletion kconfig kdecoration kguiaddons
|
propagatedBuildInputs = [
|
||||||
ki18n kservice kwayland kwidgetsaddons kwindowsystem qtx11extras
|
frameworkintegration kcmutils kcompletion kconfig kdecoration kguiaddons
|
||||||
];
|
ki18n kservice kwayland kwidgetsaddons kwindowsystem qtx11extras
|
||||||
postInstall = ''
|
];
|
||||||
wrapQtProgram "$out/bin/oxygen-demo5"
|
};
|
||||||
wrapQtProgram "$out/bin/oxygen-settings5"
|
in
|
||||||
'';
|
kdeWrapper unwrapped {
|
||||||
|
targets = [ "bin/oxygen-demo5" "bin/oxygen-settings5" ];
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user