mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 16:17:34 +00:00
fuse: patch against loongarch64-linux
This commit is contained in:
parent
930399d8cf
commit
0db685d18a
@ -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 New Issue
Block a user