moka-icon-theme, arc-icon-theme, faba-mono-icons: restrict platforms to linux
This commit is contained in:
@@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
||||
description = "Arc icon theme";
|
||||
homepage = https://github.com/horst3180/arc-icon-theme;
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.all;
|
||||
# moka-icon-theme dependency is restricted to linux
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user