aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
blob: 0534e594de914ff0a7282ff4eebfbeec29040637 (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
(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.64 automake texinfo))))
phone.scm (liblinphone), * gnu/packages/maths.scm (ppl), * gnu/packages/mercury.scm (mercury-minimal), * gnu/packages/music.scm (bjumblr, bschaffl, lsp-plugins, spectacle-analyzer, helm, tap-lv2, wolf-shaper, shiru-lv2), * gnu/packages/networking.scm (restinio), * gnu/packages/prolog.scm (swi-prolog), * gnu/packages/python-web.scm (gunicorn), * gnu/packages/python-xyz.scm (python-docusign-esign), * gnu/packages/ruby.scm (ruby-cucumber, ruby_version, ruby-addressable), * gnu/packages/sagemath.scm (python-cypari2), * gnu/packages/skarnet.scm (s6-linux-init), * gnu/packages/vpn.scm (sshuttle), * gnu/packages/web.scm (libcyaml), * gnu/packages/xdisorg.scm (kbdd), * gnu/packages/xorg.scm (xpra): Same. Efraim Flashner 2020-07-10gnu: lcalc: Don't rename the include directory....Sage no longer renames the directory, so we shouldn't either. * gnu/packages/sagemath.scm (lcalc)[arguments]: Remove a substitution from the prepare-build phase. Jakub Kądziołka 2020-07-10gnu: Add ECL 16.1.3 for Sage....* gnu/packages/sagemath.scm (ecl-16): New variable. * gnu/packages/patches/ecl-16-format-directive-limit.patch, gnu/packages/patches/ecl-16-ignore-stderr-write-error.patch, gnu/packages/patches/ecl-16-libffi.patch: New files. * gnu/local.mk (dist_patch_DATA): Register the patches. Jakub Kądziołka 2020-07-10gnu: sagemath: Remove unnecessary old versions of packages...Sage has updated givaro, fflas-ffpack and linbox since the comment was written. * gnu/packages/sagemath.scm (givaro, fflas-ffpack, linbox): Remove variables. Jakub Kądziołka 2020-04-12gnu: brial: Update to 1.2.8....* gnu/packages/sagemath.scm (brial): Update to 1.2.8. Tobias Geerinckx-Rice 2020-02-18gnu: brial: Update to 1.2.7....* gnu/packages/sagemath.scm (brial): Update to 1.2.7. Tobias Geerinckx-Rice 2020-01-15gnu: zn-poly: Update to 0.9.2....* gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2. Tobias Geerinckx-Rice 2020-01-15gnu: brial: Use the source repository as home page....* gnu/packages/sagemath.scm (brial)[home-page]: Use upstream repository. Tobias Geerinckx-Rice 2020-01-15gnu: brial: Update to 1.2.6....* gnu/packages/sagemath.scm (brial): Update to 1.2.6. Tobias Geerinckx-Rice