Skip to content

Commit

Permalink
Merge pull request #302005 from sedlund/fix/juicefs_build
Browse files Browse the repository at this point in the history
juicefs: fix build
  • Loading branch information
Aleksanaa committed Apr 7, 2024
2 parents 5f84fef + c5ce470 commit 27298ef
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/tools/filesystems/juicefs/default.nix
Original file line number Diff line number Diff line change
@@ -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";

Expand Down

0 comments on commit 27298ef

Please sign in to comment.