mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-02 10:14:09 +00:00
Merge pull request #302005 from sedlund/fix/juicefs_build
juicefs: fix build
This commit is contained in:
commit
27298ef93f
@ -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";
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user