Loading pkgs/by-name/sa/saunafs/package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -70,9 +70,11 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "ENABLE_JEMALLOC" true) ]; postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) '' postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) '' rm $out/lib/*.a '' + '' ln -s $out/bin/sfsmount $out/bin/mount.saunafs ''; Loading Loading
pkgs/by-name/sa/saunafs/package.nix +7 −5 Original line number Diff line number Diff line Loading @@ -70,9 +70,11 @@ stdenv.mkDerivation (finalAttrs: { (lib.cmakeBool "ENABLE_JEMALLOC" true) ]; postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) '' postInstall = lib.optionalString (!stdenv.hostPlatform.isStatic) '' rm $out/lib/*.a '' + '' ln -s $out/bin/sfsmount $out/bin/mount.saunafs ''; Loading