mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
gnat13: fix patch evaluation (#525243)
This commit is contained in:
commit
76d39cada6
1 changed files with 3 additions and 1 deletions
|
|
@ -187,7 +187,9 @@ optionals noSysDirs (
|
|||
.${majorVersion} or [ ]
|
||||
)
|
||||
|
||||
++ optional (langAda && is13) ./13/gnat13-aarch64-darwin-trampoline.patch
|
||||
++ optional (
|
||||
langAda && is13 && canApplyIainsDarwinPatches
|
||||
) ./13/gnat13-aarch64-darwin-trampoline.patch
|
||||
|
||||
++ optional (targetPlatform.isWindows || targetPlatform.isCygwin) (fetchpatch {
|
||||
name = "libstdc-fix-compilation-in-freestanding-win32.patch";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue