hicolor_icon_theme: platforms.unix
This commit is contained in:
parent
cc3bd76540
commit
4593cc2317
@ -10,9 +10,9 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
setupHook = ./setup-hook.sh;
|
setupHook = ./setup-hook.sh;
|
||||||
|
|
||||||
meta = {
|
meta = with stdenv.lib; {
|
||||||
description = "Default fallback theme used by implementations of the icon theme specification";
|
description = "Default fallback theme used by implementations of the icon theme specification";
|
||||||
homepage = https://icon-theme.freedesktop.org/releases/;
|
homepage = https://icon-theme.freedesktop.org/releases/;
|
||||||
platforms = with stdenv.lib.platforms; linux ++ darwin;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user