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))))
a href='/guix/commit/gnu/packages/c.scm?id=bf6859e45ad33aa631fc231b23df2d56aff97360'>gnu: libbytesize: Make .mo file builds reproducible....* gnu/packages/c.scm (libbytesize)[sources](modules, snippet): New fields. [arguments]: Add #:configure-flags and #:phases. Ludovic Courtès 2018-11-08gnu: pcc: Use INVOKE....* gnu/packages/c.scm (pcc)[arguments]: Use INVOKE and return #T unconditionally. Ricardo Wurmus 2018-10-24gnu: libbytesize: Update to 1.4....* gnu/packages/c.scm (libbytesize): Update to 1.4. [source]: Parametrise. Tobias Geerinckx-Rice 2018-08-27Update email for Pierre Neidhardt....* .mailmap: Add name and email for Pierre Neidhardt. * gnu/packages/c.scm, gnu/packages/code.scm, gnu/packages/compression.scm, gnu/packages/disk.scm, gnu/packages/emacs.scm, gnu/packages/freedesktop.scm, gnu/packages/golang.scm, gnu/packages/image.scm, gnu/packages/music.scm, gnu/packages/networking.scm, gnu/packages/password-utils.scm, gnu/packages/perl-check.scm, gnu/packages/perl.scm, gnu/packages/textutils.scm, gnu/packages/video.scm, gnu/packages/xdisorg.scm: Update email for Pierre Neidhardt. Pierre Neidhardt 2018-07-30gnu: Add libbytesize....* gnu/package/c.scm (libbytesize): New variable. Pierre Neidhardt 2018-04-30gnu: tcc-wrapper: Use Guile 2.2....* gnu/packages/c.scm (tcc-wrapper)[inputs]: Switch to GUILE-2.2. Ludovic Courtès 2018-01-19gnu: tcc: Update to 0.9.27....* gnu/packages/c.scm (tcc): Update to 0.9.27. [license]: Add a comment about attempted Expat re-licencing. Tobias Geerinckx-Rice