Commit a16cdb50 authored by Shaw Vrana's avatar Shaw Vrana
Browse files

juicefs: fix build

Resolves #349073
parent 0ed4d765
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -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 { };