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))))
vail'>...tiantian 2022-08-30bootloader: Wrap lines....Mathieu Othacehe 2022-08-30bootloader: Add device-tree-support? option....Reza Alizadeh Majd 2022-08-28bootloader: Convert device in menu-entry to proper sexp....Josselin Poiret 2022-08-21bootloader: Remove expired export....Tobias Geerinckx-Rice 2021-11-17gnu: system: Improve location of some configuration warnings....Josselin Poiret 2021-08-30bootloader: Report location of the deprecated 'target' field....Ludovic Courtès 2021-08-29gnu: bootloader: Support multiple targets....Maxim Cournoyer 2020-11-17gnu: bootloader: efi-bootloader-chain: Allow multiple HOOKS....Stefan 2020-11-16gnu: bootloader: Support chain loading to an EFI bootloader....Stefan