about summary refs log tree commit diff
path: root/pkgs/development/tools/misc/gdb
diff options
context:
space:
mode:
authorQubic <ThatQubicWah@protonmail.com>2024-06-07 19:17:23 +0200
committerQubic <ThatQubicWah@protonmail.com>2024-06-07 19:17:23 +0200
commit93c7b156441eb80d0ff119318fbd36f8e5dae541 (patch)
tree5f83cf9313d3c8f211a99a91807ee38179030554 /pkgs/development/tools/misc/gdb
parent818dbe2f96df233d2041739d6079bb616d3e5597 (diff)
gdb: set meta.mainProgram
Diffstat (limited to 'pkgs/development/tools/misc/gdb')
-rw-r--r--pkgs/development/tools/misc/gdb/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/tools/misc/gdb/default.nix b/pkgs/development/tools/misc/gdb/default.nix
index 30f824c4e4768..fd15916fdfe1b 100644
--- a/pkgs/development/tools/misc/gdb/default.nix
+++ b/pkgs/development/tools/misc/gdb/default.nix
@@ -140,6 +140,8 @@ stdenv.mkDerivation rec {
   };
 
   meta = with lib; {
+    mainProgram = "gdb";
+
     description = "The GNU Project debugger";
 
     longDescription = ''