about summary refs log tree commit diff
path: root/pkgs/desktops/plasma-5/libksysguard
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-26 15:44:36 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-06-18 08:44:45 -0500
commit8538d75734e4776807203b66f91a281f4da4e801 (patch)
tree9c019aa8f56873c38b9267d56dce05a07570dc1e /pkgs/desktops/plasma-5/libksysguard
parent7f95d4834f772607fb4c9b2ffa4611ccd0a1006f (diff)
plasma5: fixup inputs and outputs
Diffstat (limited to 'pkgs/desktops/plasma-5/libksysguard')
-rw-r--r--pkgs/desktops/plasma-5/libksysguard/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/desktops/plasma-5/libksysguard/default.nix b/pkgs/desktops/plasma-5/libksysguard/default.nix
index e7cdf28a728d9..4e88cd3df0e7d 100644
--- a/pkgs/desktops/plasma-5/libksysguard/default.nix
+++ b/pkgs/desktops/plasma-5/libksysguard/default.nix
@@ -12,9 +12,10 @@ mkDerivation {
     ./0001-qdiriterator-follow-symlinks.patch
   ];
   nativeBuildInputs = [ extra-cmake-modules ];
-  propagatedBuildInputs = [
+  buildInputs = [
     kauth kconfig ki18n kiconthemes kwindowsystem kcompletion kconfigwidgets
     kcoreaddons kservice kwidgetsaddons plasma-framework qtscript qtx11extras
     qtwebkit
   ];
+  outputs = [ "out" "dev" "bin" ];
 }