gnome-extension-manager: add Meson options

This commit is contained in:
Gabriel Arazas 2023-12-12 11:26:05 +08:00
parent bf98ebb80b
commit f89cce2e02
No known key found for this signature in database
GPG Key ID: ADE0C41DAB221FCC

View File

@ -54,6 +54,11 @@ stdenv.mkDerivation rec {
text-engine
];
mesonFlags = [
(lib.mesonOption "package" "Nix")
(lib.mesonOption "distributor" "nixpkgs")
];
meta = with lib; {
description = "Desktop app for managing GNOME shell extensions";
homepage = "https://github.com/mjakeman/extension-manager";