mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-17 17:44:44 +00:00
plasma55.kscreen: propagate libkscreen dependency
libkscreen provides a D-Bus service
This commit is contained in:
parent
3a0a9f73fc
commit
2d586b99cc
@ -10,9 +10,21 @@ plasmaPackage {
|
|||||||
makeQtWrapper
|
makeQtWrapper
|
||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
kconfig kconfigwidgets kdbusaddons kwidgetsaddons kxmlgui
|
kconfig
|
||||||
|
kconfigwidgets
|
||||||
|
kdbusaddons
|
||||||
|
kwidgetsaddons
|
||||||
|
kxmlgui
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = [
|
||||||
|
kglobalaccel
|
||||||
|
ki18n
|
||||||
|
libkscreen
|
||||||
|
qtdeclarative
|
||||||
|
];
|
||||||
|
propagatedUserEnvPkgs = [
|
||||||
|
libkscreen # D-Bus service
|
||||||
];
|
];
|
||||||
propagatedBuildInputs = [ kglobalaccel ki18n libkscreen qtdeclarative ];
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
wrapQtProgram "$out/bin/kscreen-console"
|
wrapQtProgram "$out/bin/kscreen-console"
|
||||||
'';
|
'';
|
||||||
|
Loading…
Reference in New Issue
Block a user