sshfs: add 'meta.mainProgram'

This commit is contained in:
Bruno BELANYI 2021-11-05 19:19:30 +01:00
parent 83ab81ae89
commit b9bf35b065

View File

@ -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 ];
};
}