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))))
48:25 +0100'>2021-12-13gnu: Simplify package inputs....Ludovic Courtès 2021-05-07gnu: conky: Enable WLAN support....Tobias Geerinckx-Rice 2021-05-06gnu: conky: Run tests....Tobias Geerinckx-Rice 2021-05-06gnu: conky: Update to 1.12.2....Tobias Geerinckx-Rice 2020-09-30gnu: Fix package references....Efraim Flashner 2020-07-28gnu: conky: Update to 1.11.6....Tobias Geerinckx-Rice 2019-10-01gnu: conky: Add Pulseaudio support....Vasile Dumitrascu 2019-08-30gnu: conky: Update to 1.11.5....Tobias Geerinckx-Rice 2019-04-15gnu: conky: Update to 1.11.3....Tobias Geerinckx-Rice 2019-04-15gnu: conky: Use GIT-FILE-NAME....Tobias Geerinckx-Rice 2019-02-14gnu: conkey: Update to 1.11.2....Pierre Neidhardt