goofys: mark as broken

This commit is contained in:
ajs124 2022-04-13 13:51:55 +01:00 committed by Jörg Thalheim
parent d07070507c
commit caa2b2ee68
No known key found for this signature in database
2 changed files with 3 additions and 4 deletions

View file

@ -30,7 +30,8 @@ buildGoModule {
description = "A high-performance, POSIX-ish Amazon S3 file system written in Go.";
license = [ lib.licenses.mit ];
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;
};
}

View file

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