kde5.breeze-qt5: add kwayland input
This commit is contained in:
parent
8117931752
commit
29c3fea7b0
@ -1,21 +1,17 @@
|
|||||||
{ plasmaPackage, ecm, frameworkintegration
|
{
|
||||||
, kcmutils, kconfigwidgets, kcoreaddons, kdecoration, kguiaddons
|
plasmaPackage,
|
||||||
, ki18n, kwindowsystem, makeQtWrapper, plasma-framework, qtx11extras
|
ecm,
|
||||||
|
frameworkintegration, kcmutils, kconfigwidgets, kcoreaddons, kdecoration,
|
||||||
|
kguiaddons, ki18n, kwayland, kwindowsystem, plasma-framework, qtx11extras
|
||||||
}:
|
}:
|
||||||
|
|
||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
name = "breeze-qt5";
|
name = "breeze-qt5";
|
||||||
sname = "breeze";
|
sname = "breeze";
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [ ecm ];
|
||||||
ecm
|
|
||||||
makeQtWrapper
|
|
||||||
];
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
frameworkintegration ki18n kwindowsystem plasma-framework qtx11extras
|
frameworkintegration kcmutils kconfigwidgets kcoreaddons kdecoration
|
||||||
kcmutils kconfigwidgets kcoreaddons kdecoration kguiaddons
|
kguiaddons ki18n kwayland kwindowsystem plasma-framework qtx11extras
|
||||||
];
|
];
|
||||||
cmakeFlags = [ "-DUSE_Qt4=OFF" ];
|
cmakeFlags = [ "-DUSE_Qt4=OFF" ];
|
||||||
postInstall = ''
|
|
||||||
wrapQtProgram "$out/bin/breeze-settings5"
|
|
||||||
'';
|
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user