(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)))) rg/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/ld-wrapper.in
AgeCommit message (Expand)Author
2018-03-29ld-wrapper: Allow linking with non-store libraries by default....Ludovic Courtès
2018-03-29ld-wrapper: Don't talk about "impure library"....Ludovic Courtès
2018-03-29ld-wrapper: Make sure debugging output goes through....Ludovic Courtès
2017-05-25ld-wrapper: Read arguments from "response files"....Ludovic Courtès
2016-04-06ld-wrapper: Unset 'GUILE_LOAD_COMPILED_PATH'....Ludovic Courtès
2015-11-28ld-wrapper: Compute the library search path globally....Ludovic Courtès