summaryrefslogtreecommitdiffstats
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 13:16:00 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:49 -0500
commitfa410d5ba13f58f6d72d8a312f5be3241ac98f6f (patch)
tree821de0b2f60f0582bd3e88a27d764c304d5d9556 /pkgs/desktops
parenta5aaea3fb5653b7fefa21f84cbf0898021fb41af (diff)
kde5.print-manager: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/applications-16.04/print-manager.nix25
1 files changed, 6 insertions, 19 deletions
diff --git a/pkgs/desktops/kde-5/applications-16.04/print-manager.nix b/pkgs/desktops/kde-5/applications-16.04/print-manager.nix
index b4eab372789d..cf0703b7d2c3 100644
--- a/pkgs/desktops/kde-5/applications-16.04/print-manager.nix
+++ b/pkgs/desktops/kde-5/applications-16.04/print-manager.nix
@@ -19,29 +19,16 @@
kdeApp {
name = "print-manager";
+ meta = {
+ license = [ lib.licenses.gpl2 ];
+ maintainers = [ lib.maintainers.ttuegel ];
+ };
nativeBuildInputs = [
extra-cmake-modules
];
- buildInputs = [
- cups
- kconfig
- kconfigwidgets
- kdbusaddons
- kiconthemes
- kcmutils
- knotifications
- kwidgetsaddons
- kitemviews
- ];
propagatedBuildInputs = [
- ki18n
- kio
- kwindowsystem
- plasma-framework
+ cups kconfig kconfigwidgets kdbusaddons kiconthemes kcmutils knotifications
+ kwidgetsaddons kitemviews ki18n kio kwindowsystem plasma-framework
qtdeclarative
];
- meta = {
- license = [ lib.licenses.gpl2 ];
- maintainers = [ lib.maintainers.ttuegel ];
- };
}