aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
blob: 040a8637f8c3f79d240e7e73d390bb2bf078e8bf (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(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 `(("autoconf" ,autoconf-2.64)
                   ("automake" ,automake)
                   ("texinfo" ,texinfo)
                   ,@(package-native-inputs gdb))))
class='msg-avail'>...Vagrant Cascadian 2019-05-20gnu: xf86-video-voodoo: Ship patch locally....Tobias Geerinckx-Rice 2019-04-23Merge branch 'master' into stagingMarius Bakke 2019-04-23gnu: xf86-video-intel: Update to 2.99.917-13.6afed33....Marius Bakke 2019-04-18gnu: xpra: Update to 2.5.1....Rutger Helling 2019-04-17gnu: console-setup: Update to 1.191....Tobias Geerinckx-Rice 2019-04-17Merge branch 'master' into stagingMarius Bakke 2019-04-11gnu: xcompmgr: Use GIT-FILE-NAME....Tobias Geerinckx-Rice 2019-04-11gnu: xcompmgr: Update to 1.1.8....Tobias Geerinckx-Rice 2019-04-11gnu: xcompmgr: Don't use NAME in source tag....Tobias Geerinckx-Rice 2019-04-01Merge branch 'master' into stagingMarius Bakke 2019-03-31gnu: Fix descriptions to not use quotes....Efraim Flashner