From e878a508352ad489760d0fab9ebfe5d0c116efbc Mon Sep 17 00:00:00 2001 From: figsoda Date: Fri, 8 Oct 2021 15:13:29 -0400 Subject: [PATCH] gir-rs: set meta.mainProgram --- pkgs/development/tools/gir/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/tools/gir/default.nix b/pkgs/development/tools/gir/default.nix index 856cd44e26c0..2d1cdfc546b2 100644 --- a/pkgs/development/tools/gir/default.nix +++ b/pkgs/development/tools/gir/default.nix @@ -19,5 +19,6 @@ rustPlatform.buildRustPackage rec { homepage = "https://github.com/gtk-rs/gir/"; license = with licenses; [ mit ]; maintainers = with maintainers; [ ekleog ]; + mainProgram = "gir"; }; }