gnu: linux-libre@4.14: Update to 4.14.92.
[guix.git] / doc / environment-gdb.scm
blob040a8637f8c3f79d240e7e73d390bb2bf078e8bf
1 (use-modules (guix)
2              (gnu packages gdb)
3              (gnu packages autotools)
4              (gnu packages texinfo))
6 ;; Augment the package definition of GDB with the build tools
7 ;; needed when developing GDB (and which are not needed when
8 ;; simply installing it.)
9 (package (inherit gdb)
10   (native-inputs `(("autoconf" ,autoconf-2.64)
11                    ("automake" ,automake)
12                    ("texinfo" ,texinfo)
13                    ,@(package-native-inputs gdb))))