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))))
='msg-avail'>...Ludovic Courtès 2019-01-18serialization: 'restore-file' errors out upon non-convertible file names....Ludovic Courtès 2018-11-13deduplication: Restore directory mtime and permissions after deduplication....Ludovic Courtès 2018-11-13tests: Check file canonicalization for 'restore-file-set'....Ludovic Courtès 2018-11-13tests: Remove check for a feature that appeared in Guile 2.0.10....Ludovic Courtès 2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès 2018-07-19serialization: Add 'write-file-tree'....Ludovic Courtès