juicefs: fix build (#349115)

This commit is contained in:
Emily
2024-10-17 02:17:52 +02:00
committed by GitHub
+3 -1
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 { };