sshfs: add 'meta.mainProgram'

main
Bruno BELANYI 3 years ago
parent 83ab81ae89
commit b9bf35b065
  1. 1
      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 ];
};
}

Loading…
Cancel
Save