Merge pull request #302005 from sedlund/fix/juicefs_build

juicefs: fix build
This commit is contained in:
Aleksana 2024-04-07 11:50:01 +08:00 committed by GitHub
commit 27298ef93f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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";