gnu: gst-plugins-bad: Skip elements/camerabin test on some systems.
[jackhill/guix/guix.git] / doc / environment-gdb.scm
CommitLineData
fe36d84e
LC
1(use-modules (guix)
2 (gnu packages gdb)
3 (gnu packages autotools)
4 (gnu packages texinfo))
5
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.)
b0aab0f2
LC
9(package
10 (inherit gdb)
11 (native-inputs (modify-inputs (package-native-inputs gdb)
12 (prepend autoconf-2.64 automake texinfo))))