moka-icon-theme, arc-icon-theme, faba-mono-icons: restrict platforms to linux
This commit is contained in:
parent
fba3a1076c
commit
ef7c6e081d
@ -20,7 +20,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Arc icon theme";
|
description = "Arc icon theme";
|
||||||
homepage = https://github.com/horst3180/arc-icon-theme;
|
homepage = https://github.com/horst3180/arc-icon-theme;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
# moka-icon-theme dependency is restricted to linux
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -24,7 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "The full set of Faba monochrome panel icons";
|
description = "The full set of Faba monochrome panel icons";
|
||||||
homepage = https://snwh.org/moka;
|
homepage = https://snwh.org/moka;
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
platforms = platforms.all;
|
# moka-icon-theme dependency is restricted to linux
|
||||||
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ romildo ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -22,7 +22,8 @@ stdenv.mkDerivation rec {
|
|||||||
description = "An icon theme designed with a minimal flat style using simple geometry and bright colours";
|
description = "An icon theme designed with a minimal flat style using simple geometry and bright colours";
|
||||||
homepage = https://snwh.org/moka;
|
homepage = https://snwh.org/moka;
|
||||||
license = with licenses; [ cc-by-sa-40 gpl3 ];
|
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 ];
|
maintainers = with maintainers; [ romildo ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user