mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
gnat13: reapply trampoline patch
This commit is contained in:
@@ -160,6 +160,10 @@ optionals noSysDirs (
|
||||
.${majorVersion} or [ ]
|
||||
)
|
||||
|
||||
++ optional (
|
||||
is13 && langAda && stdenv.targetPlatform.isDarwin
|
||||
) ./13/gnat13-aarch64-darwin-trampoline.patch
|
||||
|
||||
++ optional (targetPlatform.isWindows || targetPlatform.isCygwin) (fetchpatch {
|
||||
name = "libstdc-fix-compilation-in-freestanding-win32.patch";
|
||||
url = "https://inbox.sourceware.org/gcc-patches/20250922182808.2599390-2-corngood@gmail.com/raw";
|
||||
|
||||
Reference in New Issue
Block a user