juicefs: fix build

Resolves #349073
This commit is contained in:
Shaw Vrana 2024-10-16 12:17:30 -07:00
parent 0ed4d765b4
commit a16cdb509e

View File

@ -8836,7 +8836,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 { };