juicefs: fix build

This commit is contained in:
Scott Edlund 2024-04-06 12:06:13 +08:00
parent e7bb3751e4
commit c5ce4700b9
1 changed files with 4 additions and 2 deletions

View File

@ -1,10 +1,12 @@
{ lib
, buildGoModule
, buildGo121Module
, fetchFromGitHub
, stdenv
}:
buildGoModule rec {
# JuiceFS 1.1.2 doesn't build with Go 1.22. Fixed in upstream. This can be
# reverted in future releases. https://github.com/juicedata/juicefs/issues/4339
buildGo121Module rec {
pname = "juicefs";
version = "1.1.2";