Skip to content

Commit 9714d4f

Browse files
committed
vifm: set mainProgram = vifm
Without the change `vifm-full` can't be ran as: $ nix run -f. vifm-full error: unable to execute '...-vifm-full-0.14/bin/vifm-full': No such file or directory With the change both of the above run fine: $ nix run -f. vifm $ nix run -f. vifm-full
1 parent cc1de63 commit 9714d4f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pkgs/by-name/vi/vifm/package.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ stdenv.mkDerivation rec {
6969

7070
meta = with lib; {
7171
description = "Vi-like file manager${lib.optionalString isFullPackage "; Includes support for optional features"}";
72+
mainProgram = "vifm";
7273
maintainers = with maintainers; [ raskin ];
7374
platforms = if mediaSupport then platforms.linux else platforms.unix;
7475
license = licenses.gpl2;

0 commit comments

Comments
 (0)