summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 11:06:08 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:34 -0500
commit6d01760dd4739829bd7bf4a2ae3bb79a147200c8 (patch)
tree1c70767ba8bc3d0ad25c5bc1bbc7e03eb206f3db /pkgs/desktops
parentc78bae87ce27cb6fc1c4d20d7395962fc4dec9ca (diff)
downloadnixlib-6d01760dd4739829bd7bf4a2ae3bb79a147200c8.tar
nixlib-6d01760dd4739829bd7bf4a2ae3bb79a147200c8.tar.gz
nixlib-6d01760dd4739829bd7bf4a2ae3bb79a147200c8.tar.bz2
nixlib-6d01760dd4739829bd7bf4a2ae3bb79a147200c8.tar.lz
nixlib-6d01760dd4739829bd7bf4a2ae3bb79a147200c8.tar.xz
nixlib-6d01760dd4739829bd7bf4a2ae3bb79a147200c8.tar.zst
nixlib-6d01760dd4739829bd7bf4a2ae3bb79a147200c8.zip
kde5.threadweaver: propagate buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/threadweaver.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/threadweaver.nix b/pkgs/desktops/kde-5/frameworks-5.21/threadweaver.nix
index 52817921cc72..b8f2939e8b59 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/threadweaver.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/threadweaver.nix
@@ -5,7 +5,5 @@
 kdeFramework {
   name = "threadweaver";
   nativeBuildInputs = [ extra-cmake-modules ];
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
 }