about summary refs log tree commit diff
path: root/pkgs/data/icons/hicolor-icon-theme
diff options
context:
space:
mode:
authorYegor Timoshenko <yegortimoshenko@riseup.net>2018-02-24 11:14:00 +0000
committerYegor Timoshenko <yegortimoshenko@riseup.net>2018-02-24 11:14:00 +0000
commit4593cc2317bf77d0af22cef0fbc410b0a66846a7 (patch)
treef62a05a2c4a2bf5bf11c8eac2ab4e503095a2f0b /pkgs/data/icons/hicolor-icon-theme
parentcc3bd7654017405d2a1e911ab2c104c421f3786b (diff)
hicolor_icon_theme: platforms.unix
Diffstat (limited to 'pkgs/data/icons/hicolor-icon-theme')
-rw-r--r--pkgs/data/icons/hicolor-icon-theme/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/data/icons/hicolor-icon-theme/default.nix b/pkgs/data/icons/hicolor-icon-theme/default.nix
index e5a3faf7742b5..9cc14c7bc94c1 100644
--- a/pkgs/data/icons/hicolor-icon-theme/default.nix
+++ b/pkgs/data/icons/hicolor-icon-theme/default.nix
@@ -10,9 +10,9 @@ stdenv.mkDerivation rec {
 
   setupHook = ./setup-hook.sh;
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Default fallback theme used by implementations of the icon theme specification";
     homepage = https://icon-theme.freedesktop.org/releases/;
-    platforms = with stdenv.lib.platforms; linux ++ darwin;
+    platforms = platforms.unix;
   };
 }