about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2017-05-23 16:57:41 -0500
committerThomas Tuegel <ttuegel@mailbox.org>2017-08-21 06:51:33 -0500
commitdd3f3de3e3d746522a854a7fd695eeeeb6008a71 (patch)
tree5718fd109c88718699d71b1a42e571601b8bef1b /pkgs/applications
parent2978918f63c73e2703fbb438dcc88ef2db3fa398 (diff)
downloadnixlib-dd3f3de3e3d746522a854a7fd695eeeeb6008a71.tar
nixlib-dd3f3de3e3d746522a854a7fd695eeeeb6008a71.tar.gz
nixlib-dd3f3de3e3d746522a854a7fd695eeeeb6008a71.tar.bz2
nixlib-dd3f3de3e3d746522a854a7fd695eeeeb6008a71.tar.lz
nixlib-dd3f3de3e3d746522a854a7fd695eeeeb6008a71.tar.xz
nixlib-dd3f3de3e3d746522a854a7fd695eeeeb6008a71.tar.zst
nixlib-dd3f3de3e3d746522a854a7fd695eeeeb6008a71.zip
syndication: multiple outputs
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/kde/syndication.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/kde/syndication.nix b/pkgs/applications/kde/syndication.nix
index 43a4ea005bd1..42782d449d58 100644
--- a/pkgs/applications/kde/syndication.nix
+++ b/pkgs/applications/kde/syndication.nix
@@ -12,4 +12,5 @@ mkDerivation {
   };
   nativeBuildInputs = [ extra-cmake-modules kdoctools ];
   propagatedBuildInputs = [ kio ];
+  outputs = [ "out" "dev" ];
 }