sshfs: add darwin build

This commit is contained in:
midchildan
2021-04-06 10:37:53 +09:00
parent 239d8e2517
commit 87f578a36f
4 changed files with 106 additions and 49 deletions
@@ -56,4 +56,10 @@ stdenv.mkDerivation rec {
lgpl2Plus # libfuse
];
};
passthru.warning = ''
macFUSE is required for this package to work on macOS. To install macFUSE,
use the installer from the <link xlink:href="https://osxfuse.github.io/">
project website</link>.
'';
}