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))))
nckx-Rice 2019-02-04gnu: sshuttle: Update to 0.78.5....Tobias Geerinckx-Rice 2019-01-19gnu: openconnect: Update to 8.02....Tobias Geerinckx-Rice 2019-01-19gnu: openconnect: Use HTTPS home page....Tobias Geerinckx-Rice 2019-01-15gnu: Separate Python core packages from the rest....Ricardo Wurmus 2018-12-26gnu: Add badvpn....Meiyo Peng 2018-10-27gnu: gvpe: Update to 3.1....Tobias Geerinckx-Rice 2018-10-26gnu: tinc: Use HTTPS for sources and home page....Tobias Geerinckx-Rice 2018-10-24gnu: tinc: Update to 1.0.35 [fixes CVE-2018-{16737,16738,16758}]....Tobias Geerinckx-Rice 2018-09-30gnu: sshuttle: Rely on $PATH to find a POSIX sh....Tobias Geerinckx-Rice 2018-09-28gnu: sshuttle: Patch FHS assumptions....Tobias Geerinckx-Rice 2018-06-22gnu: vpnc-scripts: Update to 20180226.07c3518....Tobias Geerinckx-Rice 2018-06-22gnu: vpnc-scripts: Return #t from all phases....Tobias Geerinckx-Rice 2018-04-30Merge branch 'master' into core-updatesMark H Weaver 2018-04-26gnu: openvpn: Update to 2.4.6....Tobias Geerinckx-Rice