about summary refs log tree commit diff
path: root/nixpkgs/pkgs/development/tools/rust/roogle/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'nixpkgs/pkgs/development/tools/rust/roogle/default.nix')
-rw-r--r--nixpkgs/pkgs/development/tools/rust/roogle/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nixpkgs/pkgs/development/tools/rust/roogle/default.nix b/nixpkgs/pkgs/development/tools/rust/roogle/default.nix
index 7def38d19913..f95cad8588d4 100644
--- a/nixpkgs/pkgs/development/tools/rust/roogle/default.nix
+++ b/nixpkgs/pkgs/development/tools/rust/roogle/default.nix
@@ -20,6 +20,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A Rust API search engine which allows you to search functions by names and type signatures";
+    mainProgram = "roogle";
     homepage = "https://github.com/hkmatsumoto/roogle";
     license = with licenses; [ mit /* or */ asl20 ];
     maintainers = with maintainers; [ figsoda ];