goofys: mark as broken on darwin

This commit is contained in:
Dmitry Kalinkin 2021-12-24 22:36:36 -05:00
parent 6b0a113825
commit 34ae1959b7
No known key found for this signature in database
GPG Key ID: 5157B3EC8B2CA333

View File

@ -29,6 +29,7 @@ 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
};
}