mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 23:22:37 +00:00
kde5.kscreen: propagate all buildInputs
This commit is contained in:
parent
21710ee012
commit
483ed9427f
@ -9,19 +9,9 @@ plasmaPackage {
|
||||
extra-cmake-modules
|
||||
makeQtWrapper
|
||||
];
|
||||
buildInputs = [
|
||||
kconfig
|
||||
kconfigwidgets
|
||||
kdbusaddons
|
||||
kwidgetsaddons
|
||||
kxmlgui
|
||||
];
|
||||
propagatedBuildInputs = [
|
||||
kglobalaccel
|
||||
ki18n
|
||||
libkscreen
|
||||
qtdeclarative
|
||||
qtgraphicaleffects
|
||||
kglobalaccel ki18n libkscreen qtdeclarative qtgraphicaleffects kconfig
|
||||
kconfigwidgets kdbusaddons kwidgetsaddons kxmlgui
|
||||
];
|
||||
postInstall = ''
|
||||
wrapQtProgram "$out/bin/kscreen-console"
|
||||
|
Loading…
Reference in New Issue
Block a user