summary refs log tree commit diff
path: root/pkgs/tools
diff options
context:
space:
mode:
authorSamuel Gräfenstein <git@samuelgrf.com>2021-11-24 14:21:02 +0100
committerSamuel Gräfenstein <git@samuelgrf.com>2021-11-24 14:21:02 +0100
commit63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83 (patch)
tree395b7ea4278159dd88000f08279129ed1ac78df8 /pkgs/tools
parent4ec0d5209fd24b7f02773bafd35327a56dff7668 (diff)
downloadnixpkgs-63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83.tar
nixpkgs-63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83.tar.gz
nixpkgs-63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83.tar.bz2
nixpkgs-63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83.tar.lz
nixpkgs-63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83.tar.xz
nixpkgs-63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83.tar.zst
nixpkgs-63a61947b9bb1fef05ebeead5f43c2c1d2a7cc83.zip
htop-vim: add meta.mainProgram
Diffstat (limited to 'pkgs/tools')
-rw-r--r--pkgs/tools/system/htop/htop-vim.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/system/htop/htop-vim.nix b/pkgs/tools/system/htop/htop-vim.nix
index cd29bfa6e8a..05af41ae0ce 100644
--- a/pkgs/tools/system/htop/htop-vim.nix
+++ b/pkgs/tools/system/htop/htop-vim.nix
@@ -17,5 +17,6 @@ htop.overrideAttrs (oldAttrs: rec {
     license = licenses.gpl2Only;
     platforms = platforms.all;
     maintainers = with maintainers; [ thiagokokada ];
+    mainProgram = "htop";
   };
 })