goofys: mark as broken

main
ajs124 2 years ago committed by Jörg Thalheim
parent d07070507c
commit caa2b2ee68
No known key found for this signature in database
  1. 3
      pkgs/tools/filesystems/goofys/default.nix
  2. 4
      pkgs/top-level/all-packages.nix

@ -30,7 +30,8 @@ buildGoModule {
description = "A high-performance, POSIX-ish Amazon S3 file system written in Go."; description = "A high-performance, POSIX-ish Amazon S3 file system written in Go.";
license = [ lib.licenses.mit ]; license = [ lib.licenses.mit ];
maintainers = [ lib.maintainers.adisbladis ]; maintainers = [ lib.maintainers.adisbladis ];
broken = stdenv.isDarwin; # needs to update gopsutil to at least v3.21.3 to include https://github.com/shirou/gopsutil/pull/1042 # does not build with go 1.17
broken = true;
}; };
} }

@ -6512,9 +6512,7 @@ with pkgs;
go-mtpfs = callPackage ../tools/filesystems/go-mtpfs { }; go-mtpfs = callPackage ../tools/filesystems/go-mtpfs { };
goofys = callPackage ../tools/filesystems/goofys { goofys = callPackage ../tools/filesystems/goofys { };
buildGoModule = buildGo116Module;
};
go-sct = callPackage ../tools/X11/go-sct { }; go-sct = callPackage ../tools/X11/go-sct { };

Loading…
Cancel
Save