moka-icon-theme, arc-icon-theme, faba-mono-icons: restrict platforms to linux
This commit is contained in:
@@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
||||
description = "An icon theme designed with a minimal flat style using simple geometry and bright colours";
|
||||
homepage = https://snwh.org/moka;
|
||||
license = with licenses; [ cc-by-sa-40 gpl3 ];
|
||||
platforms = platforms.all;
|
||||
# darwin cannot deal with file names differing only in case
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ romildo ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user