sshfs: add 'meta.mainProgram'
This commit is contained in:
parent
83ab81ae89
commit
b9bf35b065
@ -56,6 +56,7 @@ in stdenv.mkDerivation rec {
|
|||||||
longDescription = macfuse-stubs.warning;
|
longDescription = macfuse-stubs.warning;
|
||||||
homepage = "https://github.com/libfuse/sshfs";
|
homepage = "https://github.com/libfuse/sshfs";
|
||||||
license = licenses.gpl2Plus;
|
license = licenses.gpl2Plus;
|
||||||
|
mainProgram = "sshfs";
|
||||||
maintainers = with maintainers; [ primeos ];
|
maintainers = with maintainers; [ primeos ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user