(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)))) .org/cgit-static/cgit.png' alt='cgit logo'/> index : guix
Wojtek's customized Guix
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/libsigsegv.scm
AgeCommit message (Expand)Author
2018-05-07gnu: libsigsegv: Install the shared library....Ludovic Courtès
2018-02-20gnu: libsigsegv: Update to 2.12....Marius Bakke
2017-04-18gnu: libsigsegv: Use 'modify-phases' syntax....Efraim Flashner
2017-04-18gnu: libsigsegv: Update to 2.11....Efraim Flashner
2017-03-30gnu: Use HTTPS for almost all gnu.org HOME-PAGEs....Tobias Geerinckx-Rice