1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-11-20 12:42:24 +00:00

hicolor_icon_theme: platforms.unix

This commit is contained in:
Yegor Timoshenko 2018-02-24 11:14:00 +00:00
parent cc3bd76540
commit 4593cc2317

View file

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