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))))
elephly.net>2023-05-31 18:19:54 +0200 commit2de5eb54348224cb653dff053ca1488f396a6eeb (patch) tree4d7cd55ebbf1a587ae88599f5b862dea1daf4112 /etc/source-manifest.scm parent75f551bff19fefe8356e5f05de836aa1ff1f70b6 (diff)downloadguix-2de5eb54348224cb653dff053ca1488f396a6eeb.tar.gz
guix-2de5eb54348224cb653dff053ca1488f396a6eeb.zip
gnu: r-tuner: Update to 1.4.4.
* gnu/packages/cran.scm (r-tuner): Update to 1.4.4.
Diffstat (limited to 'etc/source-manifest.scm')
0 files changed, 0 insertions, 0 deletions