gnomeExtensions: Set platforms

This commit is contained in:
Artturin 2024-04-22 18:26:12 +03:00
parent be639ce549
commit 3239171fe6
1 changed files with 1 additions and 0 deletions

View File

@ -55,6 +55,7 @@ let
longDescription = description;
homepage = link;
license = lib.licenses.gpl2Plus; # https://wiki.gnome.org/Projects/GnomeShell/Extensions/Review#Licensing
platforms = lib.platforms.linux;
maintainers = with lib.maintainers; [ ];
};
passthru = {