defaultIconTheme: Enable darwin support

This commit is contained in:
Hamish Mackenzie
2017-04-18 09:43:03 +12:00
parent f0b634c7e8
commit 89b89d1071
3 changed files with 3 additions and 3 deletions

View File

@@ -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;
};
}