summary refs log tree commit diff
path: root/pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 10:54:30 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:24 -0500
commit4986a452e617cc7b6899a88a21ebf7d5d365bc27 (patch)
treeb960ecafcb45673bcfb02221e0a71905a6f5339f /pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix
parent6187ae6c023d0fdd6980972b053190f72b3ce7fe (diff)
downloadnixpkgs-4986a452e617cc7b6899a88a21ebf7d5d365bc27.tar
nixpkgs-4986a452e617cc7b6899a88a21ebf7d5d365bc27.tar.gz
nixpkgs-4986a452e617cc7b6899a88a21ebf7d5d365bc27.tar.bz2
nixpkgs-4986a452e617cc7b6899a88a21ebf7d5d365bc27.tar.lz
nixpkgs-4986a452e617cc7b6899a88a21ebf7d5d365bc27.tar.xz
nixpkgs-4986a452e617cc7b6899a88a21ebf7d5d365bc27.tar.zst
nixpkgs-4986a452e617cc7b6899a88a21ebf7d5d365bc27.zip
kde5.kimageformats: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix4
1 files changed, 1 insertions, 3 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix b/pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix
index 49d66bbcc2c..fbc8d092f86 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/kimageformats.nix
@@ -5,9 +5,7 @@
 
 kdeFramework {
   name = "kimageformats";
+  meta = { maintainers = [ lib.maintainers.ttuegel ]; };
   nativeBuildInputs = [ extra-cmake-modules ];
   NIX_CFLAGS_COMPILE = "-I${ilmbase}/include/OpenEXR";
-  meta = {
-    maintainers = [ lib.maintainers.ttuegel ];
-  };
 }