about summary refs log tree commit diff
path: root/pkgs/tools/text/frawk
diff options
context:
space:
mode:
authorMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-19 04:00:19 +0100
committerMartin Weinelt <hexa@darmstadt.ccc.de>2024-03-19 04:00:32 +0100
commit3321e63b12183eadf7f9004aa0c9e79a2c471986 (patch)
treeb201e4f8ae10b396ec6405c49f3c3e5eb7ec79cb /pkgs/tools/text/frawk
parent7c0bd382c72689b24a726b03b3436963e911c787 (diff)
parentafa65506cb0b4bed7191223bc693e6779c690a5b (diff)
downloadnixlib-3321e63b12183eadf7f9004aa0c9e79a2c471986.tar
nixlib-3321e63b12183eadf7f9004aa0c9e79a2c471986.tar.gz
nixlib-3321e63b12183eadf7f9004aa0c9e79a2c471986.tar.bz2
nixlib-3321e63b12183eadf7f9004aa0c9e79a2c471986.tar.lz
nixlib-3321e63b12183eadf7f9004aa0c9e79a2c471986.tar.xz
nixlib-3321e63b12183eadf7f9004aa0c9e79a2c471986.tar.zst
nixlib-3321e63b12183eadf7f9004aa0c9e79a2c471986.zip
Merge remote-tracking branch 'origin/master' into staging-next
Conflicts:
- pkgs/development/python-modules/sphinx-autobuild/default.nix
Diffstat (limited to 'pkgs/tools/text/frawk')
-rw-r--r--pkgs/tools/text/frawk/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/text/frawk/default.nix b/pkgs/tools/text/frawk/default.nix
index 278f87d29692..46f73ebd0b9c 100644
--- a/pkgs/tools/text/frawk/default.nix
+++ b/pkgs/tools/text/frawk/default.nix
@@ -36,6 +36,7 @@ rustPlatform.buildRustPackage rec {
 
   meta = with lib; {
     description = "A small programming language for writing short programs processing textual data";
+    mainProgram = "frawk";
     homepage = "https://github.com/ezrosent/frawk";
     changelog = "https://github.com/ezrosent/frawk/releases/tag/v${version}";
     license = with licenses; [ mit /* or */ asl20 ];