11 src = fetchFromGitHub {
15 sha256 = "sha256-JxN8p/935k+mWkGNSKrI7jCTxcGs5TcUXcmkDjwnzZg=";
18 vendorSha256 = "sha256-rYyzy6UQQu8q+ei4GAEEq+JPhAAUvHcRpIzNts150OA=";
20 ldflags = [ "-s" "-w" ];
22 doCheck = false; # requires network access
24 # we dont need the libjfs binary
30 description = "A distributed POSIX file system built on top of Redis and S3";
31 homepage = "https://www.juicefs.com/";
32 license = licenses.asl20;
33 maintainers = with maintainers; [ dit7ya ];
34 broken = stdenv.isDarwin;