about summary refs log tree commit diff
path: root/pkgs/development/tools/gir
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-08 15:13:29 -0400
committerfigsoda <figsoda@pm.me>2021-10-08 15:13:29 -0400
commite878a508352ad489760d0fab9ebfe5d0c116efbc (patch)
tree5876ab92bd51edce723c47f239029817e76643fa /pkgs/development/tools/gir
parent06bb6325b7267924631e81a44ccc69d0ca05f7ea (diff)
gir-rs: set meta.mainProgram
Diffstat (limited to 'pkgs/development/tools/gir')
-rw-r--r--pkgs/development/tools/gir/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/tools/gir/default.nix b/pkgs/development/tools/gir/default.nix
index 856cd44e26c0a..2d1cdfc546b28 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";
   };
 }