mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-25 14:24:40 +00:00
gcc12: apply working patch for darwin-aarch64
This commit is contained in:
parent
4bdba2de9c
commit
74b420b612
@ -70,8 +70,8 @@ let majorVersion = "12";
|
|||||||
./PR106102-musl-poison-cpp.patch
|
./PR106102-musl-poison-cpp.patch
|
||||||
./PR106102-musl-poison-jit.patch
|
./PR106102-musl-poison-jit.patch
|
||||||
] ++ optional (stdenv.isDarwin && stdenv.isAarch64) (fetchpatch {
|
] ++ optional (stdenv.isDarwin && stdenv.isAarch64) (fetchpatch {
|
||||||
url = "https://github.com/fxcoudert/gcc/compare/releases/gcc-11.1.0...gcc-11.1.0-arm-20210504.diff";
|
url = "https://github.com/Homebrew/formula-patches/raw/76677f2b/gcc/gcc-12.1.0-arm.diff";
|
||||||
sha256 = "sha256-JqCGJAfbOxSmkNyq49aFHteK/RFsCSLQrL9mzUCnaD0=";
|
sha256 = "sha256-IcCYHSCAElJqTAZELJnRRWo0/SlkgQzSvoMjYr3pgD0=";
|
||||||
})
|
})
|
||||||
++ optional langD ../libphobos.patch
|
++ optional langD ../libphobos.patch
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user