aboutsummaryrefslogtreecommitdiff
(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 (modify-inputs (package-native-inputs gdb)
                   (prepend autoconf-2.69 automake texinfo))))
0'>2018-10-15gnu: lsof: Fix builds on glibc 2.28....* gnu/packages/lsof.scm (lsof)[arguments]: In 'disable-failing-tests', add 'substitute*' use for "tests/LTlib.c". Ludovic Courtès 2018-07-12gnu: lsof: Return #t from all phases....* gnu/packages/lsof.scm (lsof)[arguments]: Return #t from phases. Marius Bakke 2018-07-12gnu: lsof: Update to 4.91....* gnu/packages/lsof.scm (lsof): Update to 4.91. Marius Bakke 2018-02-19gnu: lsof: Run tests....* gnu/packages/lsof.scm (lsof)[arguments]: Remove untrue #:TESTS?. Add ‘disable-failing-tests’ and ‘check’ phases to run them. Tobias Geerinckx-Rice 2018-02-19gnu: lsof: Remove build timestamp....* gnu/packages/lsof.scm (lsof)[arguments]: Add ‘patch-timestamps’ phase. Tobias Geerinckx-Rice 2018-02-19gnu: lsof: Update phase style....* gnu/packages/lsof.scm (lsof)[arguments]: Substitute INVOKE for SYSTEM* and end phases with #t. Tobias Geerinckx-Rice 2018-02-19gnu: lsof: Make perl a native input....* gnu/packages/lsof.scm (lsof)[inputs]: Move perl from here... [native-inputs]: ...to here. Tobias Geerinckx-Rice 2018-02-19gnu: lsof: Factorise source URIs....* gnu/packages/lsof.scm (%ftp-base): Remove variable. (lsof)[source]: Construct mirror URI list programatically. Tobias Geerinckx-Rice 2018-02-19gnu: lsof: Replace dead mirror....* gnu/packages/lsof.scm (lsof)[source]: Replace sunsite.ualberta.ca with mirrorservice.org, which offers both HTTP and FTP services. Tobias Geerinckx-Rice 2017-04-29gnu: lsof: Update to 4.89....* gnu/packages/lsof.scm (lsof): Update to 4.89. Efraim Flashner 2017-04-29gnu: lsof: Shorten 'install phase....* gnu/packages/lsof.scm (lsof)[arguments]: Use 'install-file during the 'install phase. Efraim Flashner 2017-04-29gnu: lsof: Use 'modify-phases' syntax....* gnu/packages/lsof.scm (lsof)[arguments]: Use 'modify-phases' syntax. Efraim Flashner 2017-04-29gnu: lsof: Add to mirror list....* gnu/packages/lsof.scm (lsof)[source]: Add to mirror list. Efraim Flashner