summary refs log tree commit diff
path: root/pkgs/desktops
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@gmail.com>2016-04-28 11:05:16 -0500
committerThomas Tuegel <ttuegel@gmail.com>2016-04-30 12:20:33 -0500
commitc79a6ae2ac49b10422aff8c3819bed1c210cbfd7 (patch)
treeabe616700c3910de7146c3a5f2b8e2e8d10e4dbd /pkgs/desktops
parentfbd7c269d13ea8381f71cb4952f235978e7be13c (diff)
downloadnixpkgs-c79a6ae2ac49b10422aff8c3819bed1c210cbfd7.tar
nixpkgs-c79a6ae2ac49b10422aff8c3819bed1c210cbfd7.tar.gz
nixpkgs-c79a6ae2ac49b10422aff8c3819bed1c210cbfd7.tar.bz2
nixpkgs-c79a6ae2ac49b10422aff8c3819bed1c210cbfd7.tar.lz
nixpkgs-c79a6ae2ac49b10422aff8c3819bed1c210cbfd7.tar.xz
nixpkgs-c79a6ae2ac49b10422aff8c3819bed1c210cbfd7.tar.zst
nixpkgs-c79a6ae2ac49b10422aff8c3819bed1c210cbfd7.zip
kde5.oxygen-icons5: propagate all buildInputs
Diffstat (limited to 'pkgs/desktops')
-rw-r--r--pkgs/desktops/kde-5/frameworks-5.21/oxygen-icons5.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/desktops/kde-5/frameworks-5.21/oxygen-icons5.nix b/pkgs/desktops/kde-5/frameworks-5.21/oxygen-icons5.nix
index ee350f8e153..0e519898438 100644
--- a/pkgs/desktops/kde-5/frameworks-5.21/oxygen-icons5.nix
+++ b/pkgs/desktops/kde-5/frameworks-5.21/oxygen-icons5.nix
@@ -5,9 +5,9 @@
 
 kdeFramework {
   name = "oxygen-icons5";
-  nativeBuildInputs = [ extra-cmake-modules ];
   meta = {
     license = lib.licenses.lgpl3Plus;
     maintainers = [ lib.maintainers.ttuegel ];
   };
+  nativeBuildInputs = [ extra-cmake-modules ];
 }