fuse: patch against loongarch64-linux
This commit is contained in:
parent
930399d8cf
commit
0db685d18a
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ in stdenv.mkDerivation rec {
|
|||
|
||||
patches =
|
||||
lib.optional
|
||||
(!isFuse3 && stdenv.isAarch64)
|
||||
(!isFuse3 && (stdenv.isAarch64 || stdenv.hostPlatform.isLoongArch64))
|
||||
(fetchpatch {
|
||||
url = "https://github.com/libfuse/libfuse/commit/914871b20a901e3e1e981c92bc42b1c93b7ab81b.patch";
|
||||
sha256 = "1w4j6f1awjrycycpvmlv0x5v9gprllh4dnbjxl4dyl2jgbkaw6pa";
|
||||
|
|
Loading…
Reference in a new issue