From 89b89d1071b6a822a05c8d7dfaa160ba015b021b Mon Sep 17 00:00:00 2001 From: Hamish Mackenzie Date: Tue, 18 Apr 2017 09:43:03 +1200 Subject: defaultIconTheme: Enable darwin support --- pkgs/data/icons/hicolor-icon-theme/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/data/icons/hicolor-icon-theme') 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; }; } -- cgit 1.4.1