summary refs log tree commit diff
path: root/pkgs/tools/misc/tab-rs
diff options
context:
space:
mode:
authorfigsoda <figsoda@pm.me>2021-10-08 15:11:38 -0400
committerfigsoda <figsoda@pm.me>2021-10-08 15:11:38 -0400
commit8234f81d9f81c611a1f4a831f87d758d3dbbce83 (patch)
tree9d130ccb92087de78e7f8aaee892b1a41c8198d5 /pkgs/tools/misc/tab-rs
parentbf4167861d0f864b0fc457778d54feb4a2675ea2 (diff)
downloadnixpkgs-8234f81d9f81c611a1f4a831f87d758d3dbbce83.tar
nixpkgs-8234f81d9f81c611a1f4a831f87d758d3dbbce83.tar.gz
nixpkgs-8234f81d9f81c611a1f4a831f87d758d3dbbce83.tar.bz2
nixpkgs-8234f81d9f81c611a1f4a831f87d758d3dbbce83.tar.lz
nixpkgs-8234f81d9f81c611a1f4a831f87d758d3dbbce83.tar.xz
nixpkgs-8234f81d9f81c611a1f4a831f87d758d3dbbce83.tar.zst
nixpkgs-8234f81d9f81c611a1f4a831f87d758d3dbbce83.zip
tab-rs: set meta.mainProgram
Diffstat (limited to 'pkgs/tools/misc/tab-rs')
-rw-r--r--pkgs/tools/misc/tab-rs/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/misc/tab-rs/default.nix b/pkgs/tools/misc/tab-rs/default.nix
index 1782e327f8a..3b463f22df0 100644
--- a/pkgs/tools/misc/tab-rs/default.nix
+++ b/pkgs/tools/misc/tab-rs/default.nix
@@ -23,5 +23,6 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/austinjones/tab-rs";
     license = licenses.mit;
     maintainers = with maintainers; [ bbigras ];
+    mainProgram = "tab";
   };
 }