7 stdenv.mkDerivation (finalAttrs: {
8 inherit (tlsclient) src version enableParallelBuilding;
13 buildFlags = [ "mount.9ptls" ];
18 installTargets = "mount.9ptls.install";
21 description = "mount.9ptls mount helper";
23 mount.9ptls wraps the v9fs mount type in a dp9ik authenticated
24 tls tunnel using tlsclient.
26 homepage = "https://git.sr.ht/~moody/tlsclient";
27 license = licenses.mit;
28 maintainers = with maintainers; [ moody ];
29 mainProgram = "mount.9ptls";
30 platforms = platforms.linux;