summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-11-05 21:06:25 +0100
committerGitHub <noreply@github.com>2021-11-05 21:06:25 +0100
commit531afdf1601550c3bbaccc1af685578ffc4cf83c (patch)
tree703784fd25fcba67f859aa8d7a384520bac6613e /pkgs
parent4042e36f2d3a21852d4cbfeca1cab8f7c5a1410e (diff)
parentb9bf35b065a29d06c73b8354c230e38c92b76f51 (diff)
Merge pull request #144775 from ambroisie/sshfs-main-program
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/filesystems/sshfs-fuse/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/tools/filesystems/sshfs-fuse/common.nix b/pkgs/tools/filesystems/sshfs-fuse/common.nix
index f85faa712dd4c..187efa1604e03 100644
--- a/pkgs/tools/filesystems/sshfs-fuse/common.nix
+++ b/pkgs/tools/filesystems/sshfs-fuse/common.nix
@@ -56,6 +56,7 @@ in stdenv.mkDerivation rec {
     longDescription = macfuse-stubs.warning;
     homepage = "https://github.com/libfuse/sshfs";
     license = licenses.gpl2Plus;
+    mainProgram = "sshfs";
     maintainers = with maintainers; [ primeos ];
   };
 }