juicefs: fix build (#349115)
This commit is contained in:
commit
42d0d50f36
@ -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 { };
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user