summary refs log tree commit diff
diff options
context:
space:
mode:
authorBruno BELANYI <bruno@belanyi.fr>2021-11-05 19:19:30 +0100
committerBruno BELANYI <bruno@belanyi.fr>2021-11-05 19:19:59 +0100
commitb9bf35b065a29d06c73b8354c230e38c92b76f51 (patch)
tree4378818d609ba98df86032c6f6f09f96c041486f
parent83ab81ae89265e3051c34e86299df69a57d2362a (diff)
downloadnixpkgs-b9bf35b065a29d06c73b8354c230e38c92b76f51.tar
nixpkgs-b9bf35b065a29d06c73b8354c230e38c92b76f51.tar.gz
nixpkgs-b9bf35b065a29d06c73b8354c230e38c92b76f51.tar.bz2
nixpkgs-b9bf35b065a29d06c73b8354c230e38c92b76f51.tar.lz
nixpkgs-b9bf35b065a29d06c73b8354c230e38c92b76f51.tar.xz
nixpkgs-b9bf35b065a29d06c73b8354c230e38c92b76f51.tar.zst
nixpkgs-b9bf35b065a29d06c73b8354c230e38c92b76f51.zip
sshfs: add 'meta.mainProgram'
-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 f85faa712dd..187efa1604e 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 ];
   };
 }