nordzy-icon-theme: etc
Updated platforms to only limux x86_64
This commit is contained in:
parent
3daa5df0d9
commit
35b60b25aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
];
|
||||
|
|
Loading…
Reference in a new issue