about summary refs log tree commit diff
path: root/pkgs/data/icons/hicolor-icon-theme
diff options
context:
space:
mode:
authorHamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>2017-04-18 09:43:03 +1200
committerHamish Mackenzie <Hamish.K.Mackenzie@googlemail.com>2017-04-18 09:43:03 +1200
commit89b89d1071b6a822a05c8d7dfaa160ba015b021b (patch)
tree1f48d686f5533f5fec15ca0a8160a02ed2015f5b /pkgs/data/icons/hicolor-icon-theme
parentf0b634c7e838cdd65ac6f73933c99af3f38d0fa8 (diff)
defaultIconTheme: Enable darwin support
Diffstat (limited to 'pkgs/data/icons/hicolor-icon-theme')
-rw-r--r--pkgs/data/icons/hicolor-icon-theme/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/data/icons/hicolor-icon-theme/default.nix b/pkgs/data/icons/hicolor-icon-theme/default.nix
index 5d08931544809..083ea80a69d6b 100644
--- a/pkgs/data/icons/hicolor-icon-theme/default.nix
+++ b/pkgs/data/icons/hicolor-icon-theme/default.nix
@@ -13,6 +13,6 @@ stdenv.mkDerivation rec {
   meta = {
     description = "Default fallback theme used by implementations of the icon theme specification";
     homepage = http://icon-theme.freedesktop.org/releases/;
-    platforms = stdenv.lib.platforms.linux;
+    platforms = with stdenv.lib.platforms; linux ++ darwin;
   };
 }