A big thanks to Eelco Dolstra, who designed and implemented Nix. Transposing functional programming discipline to package management proved to be inspiring and fruitful. Thanks to the following people who contributed to GNU Guix through suggestions, bug reports, patches, internationalization, or general infrastructure help: Lluís Batlle i Rossell Sylvain Beucler Carlos Carleos Felipe Castro Daniel Clark Alexandru Cojocaru Aleix Conchillo Flaqué Malcolm Cook Thomas Danckaert Rafael Ferreira Christian Grothoff Eric Hanchrow Konrad Hinsen Brandon Invergo Anders Jonsson Jeffrin Jose Kete Daniel Kochmański Matthew Lien Dave Love Chris Marusich Niels Möller Cyprien Nicolas Yutaka Niibe Andrei Osipov Petter Adam Pribyl Pjotr Prins Yakkala Yagnesh Raghava Joshua Randall Bruno Félix Rezende Ribeiro Benno Schulenberg Thomas Schwinge Alexander Shendi Alen Skondro Jan Synáček Matthias Wachs Christine Lemmer-Webber Philip Woods GNU Guix also includes non-software works. Thanks to the following people who contributed the logo and general artwork and themes: Nikita Karetnikov Felipe López f5e26b867233b07c11d11'>gdb.scm
AgeCommit message (Expand)Author
2024-02-27gnu: gdb: Update to 14.1....* gnu/packages/gdb.scm (gdb-12): Rename to ... (gdb-14): ... and update to 14.1. (avr-gdb, gdb-minimal, gdb-multiarch): Inherit from GDB-14. Change-Id: I1396ba885fc97a8b0387a4b8e4c04ff018eba23f Signed-off-by: Ludovic Courtès <ludo@gnu.org> Greg Hogan
2023-08-28gnu: Add gdb-multiarch....* gnu/packages/gdb.scm (gdb-multiarch): New variable. 宋文武
2023-06-17gnu: Use target-hurd?, system-hurd? instead of hurd-target?, hurd-system?....* gnu/packages/hurd.scm (hurd-target?): Remove. (hurd-system?): Move to... * guix/utils.scm (system-hurd?): ...here. * gnu/packages/*: Update all users, removing (gnu packages hurd) include where now unused. Janneke Nieuwenhuizen