nordzy-icon-theme: etc

Updated platforms to only limux x86_64
This commit is contained in:
Alexander Nortung 2021-12-14 21:38:37 +01:00
parent 3daa5df0d9
commit 35b60b25aa

View File

@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
description = "A free and open source icon theme using the Nord color palette and based on WhiteSur and Numix Icon Theme";
homepage = "https://github.com/alvatip/Nordzy-icon";
license = licenses.gpl3;
platforms = platforms.all;
platforms = [ "x86_64-linux" ];
maintainers = with maintainers; [
alexnortung
];