juicefs: fix build (#349115)

This commit is contained in:
Emily 2024-10-17 02:17:52 +02:00 committed by GitHub
commit 42d0d50f36
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -8834,7 +8834,9 @@ with pkgs;
jmespath = callPackage ../development/tools/jmespath { };
juicefs = callPackage ../tools/filesystems/juicefs { };
juicefs = callPackage ../tools/filesystems/juicefs {
buildGoModule = buildGo122Module;
};
juicity = callPackage ../tools/networking/juicity { };