(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)))) t.koszko.org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/make-bootstrap.scm
AgeCommit message (Expand)Author
2016-12-07gnu: make-bootstrap: Produce the correct %glibc-bootstrap-tarball for Hurd sy......Manolis Ragkousis
2016-11-06Merge branch 'master' into core-updatesMark H Weaver
2016-11-04gnu: Remove '%final-inputs' references at the top level....Ludovic Courtès
2016-10-23Merge branch 'master' into core-updatesMark H Weaver
2016-10-19gnu: %static-inputs: Use bash from PATH in bootstrap tar....Carlos Sánchez de La Lama
2016-10-13gnu: guile: Graft 2.0.13....Ludovic Courtès
2016-10-13gnu: make-bootstrap: Remove duplicate definition of 'bash-static'....Ludovic Courtès