summary refs log tree commit diff
path: root/pkgs/desktops/kde-4.14/kactivities.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-29 17:52:58 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2016-09-29 20:03:46 +0200
commitd65af1353372200e65f3a4cb87f07242af113802 (patch)
tree1b560cb7b6a65fbaaa3b97447dc724d330116e13 /pkgs/desktops/kde-4.14/kactivities.nix
parent423eebde88f277c4218b68931b7577ca187ce6a6 (diff)
downloadnixpkgs-d65af1353372200e65f3a4cb87f07242af113802.tar
nixpkgs-d65af1353372200e65f3a4cb87f07242af113802.tar.gz
nixpkgs-d65af1353372200e65f3a4cb87f07242af113802.tar.bz2
nixpkgs-d65af1353372200e65f3a4cb87f07242af113802.tar.lz
nixpkgs-d65af1353372200e65f3a4cb87f07242af113802.tar.xz
nixpkgs-d65af1353372200e65f3a4cb87f07242af113802.tar.zst
nixpkgs-d65af1353372200e65f3a4cb87f07242af113802.zip
kde4: Eliminate dev outputs from the closure
Obviously there are more improvements that can be done here,
especially moving headers to .dev, but that's not entirely trivial and
probably not worth it since kde4 is old.
Diffstat (limited to 'pkgs/desktops/kde-4.14/kactivities.nix')
-rw-r--r--pkgs/desktops/kde-4.14/kactivities.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/desktops/kde-4.14/kactivities.nix b/pkgs/desktops/kde-4.14/kactivities.nix
index 9a08b58e1ea..a1f9d0d8171 100644
--- a/pkgs/desktops/kde-4.14/kactivities.nix
+++ b/pkgs/desktops/kde-4.14/kactivities.nix
@@ -7,6 +7,12 @@ kde {
     sha256 = "12l9brpq8mr9hqqmnlz9xfsfr8ry6283b32nfqfx0p3f7w19vjy7";
   };
 
+  outputs = [ "out" "dev" ];
+
+  outputInclude = "out";
+
+  setOutputFlags = false;
+
   propagatedBuildInputs = [ kdelibs nepomuk_core ];
 
   meta = {