saunafs: create link for mount.saunafs

Required for mount -t saunafs to work
This commit is contained in:
Markus Kowalewski 2024-10-05 00:40:12 +02:00
parent 47913dd80e
commit b44c8b4c5f
No known key found for this signature in database
GPG Key ID: D865C8A91D7025EB

View File

@ -60,6 +60,8 @@ stdenv.mkDerivation (finalAttrs: {
postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) ''
rm $out/lib/*.a
ln -s $out/bin/sfsmount $out/bin/mount.saunafs
'';
meta = with lib; {