aboutsummaryrefslogtreecommitdiff
(use-modules (guix)
             (gnu packages gdb)
             (gnu packages autotools)
             (gnu packages texinfo))

;; Augment the package definition of GDB with the build tools
;; needed when developing GDB (and which are not needed when
;; simply installing it.)
(package
  (inherit gdb)
  (native-inputs (modify-inputs (package-native-inputs gdb)
                   (prepend autoconf-2.69 automake texinfo))))
nfiguration....Maxim Cournoyer 2021-04-12tests: Support package extensions in the backdoor REPL....Maxime Devos 2021-02-19tests: Export %simple-os....Mathieu Othacehe 2020-07-25utils: Move <location> and '&error-location' to (guix diagnostics)....Ludovic Courtès 2020-03-05tests: Add <system-test> gexp compiler....Ludovic Courtès 2020-01-23tests: Fix typo in comment....Ludovic Courtès 2019-12-18gexp: Allow character literals in GEXP->SEXP....Marius Bakke 2019-09-23repl, marionette: 'self-quoting?' matches keywords....Ludovic Courtès 2019-03-25accounts: Add default value for the 'home-directory' field of <user-account>....Ludovic Courtès