mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #306029 from Artturin/gnomeplatfor
gnomeExtensions: Set platforms
This commit is contained in:
commit
fe5fe245af
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user