about summary refs log tree commit diff
path: root/pkgs/tools/text/gawk
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2023-08-04 10:32:10 +0000
committerBruno BELANYI <bruno@belanyi.fr>2023-08-04 10:32:10 +0000
commitfeac9edf6a4fc5f95f87fb88012e78e91ca55460 (patch)
tree9f2cc0cbbecff5bc1655ed3b02ccb80ffa44ee9a /pkgs/tools/text/gawk
parent69a04542c76a883de0ae5d8001b5612ebdfdb14a (diff)
treewide: add meta.mainProgram
Related PR: NixOS#246386
Diffstat (limited to 'pkgs/tools/text/gawk')
-rw-r--r--pkgs/tools/text/gawk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/gawk/default.nix b/pkgs/tools/text/gawk/default.nix
index 8fe044a9e2185..d85880e82e155 100644
--- a/pkgs/tools/text/gawk/default.nix
+++ b/pkgs/tools/text/gawk/default.nix
@@ -82,5 +82,6 @@ stdenv.mkDerivation rec {
     license = licenses.gpl3Plus;
     platforms = platforms.unix ++ platforms.windows;
     maintainers = [ ];
+    mainProgram = "gawk";
   };
 }