feat(pkgs): add gnat16 (Ada) + guile-json#15
Merged
Conversation
- gnat16 16.1.0 — GNAT (GCC 16 Ada) compiler. Installed via lib.lowPrio: GNAT is a wrapped GCC and ships gcc/cpp/cc/g++, which collide with the existing `gcc` in the system buildEnv. lowPrio makes gcc win the shared files while gnat/gnatmake/gnatbind/gnatchop/gnatlink still link. - guile-json 4.7.3 — JSON reader/writer library for Guile. Both are on stable 26.05. PRD §11.3 and TODO development.nix synced. Verified: system.path builds with no collision; bin/gcc -> gcc-wrapper-15.2.0, bin/gnat -> gnat-16.1.0. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adds two packages to
modules/packages/development.nix(both present on stable 26.05):gnat16(16.1.0) — GNAT (GCC 16) Ada compiler.guile-json(4.7.3) — JSON reader/writer library for Guile.Collision handling
gnat16is a wrapped GCC and shipsgcc/cpp/cc/g++, which collide with the existinggccin the systembuildEnv. Installed vialib.lowPrio gnat16sogccwins the shared files; GNAT's unique bins (gnat,gnatmake,gnatbind,gnatchop,gnatlink) still link.Verification
nix-instantiate --parseon the module — OK.gnat-wrapper-16.1.0,guile-json-4.7.3).system.pathbuilds clean (no collision);bin/gcc → gcc-wrapper-15.2.0,bin/gnat → gnat-16.1.0.Docs synced:
PRD.md§11.3,TODO.mddevelopment.nix checklist.🤖 Generated with Claude Code