aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
blob: 040a8637f8c3f79d240e7e73d390bb2bf078e8bf (about) (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
(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))))
9af8e2dadd5'>Revert "build-self: Avoid deprecated bindings."...Ludovic Courtès 2019-04-22build-self: Avoid deprecated bindings....Mark H Weaver 2019-04-19build: Show completion percentage while building....Ludovic Courtès 2019-04-17self: Remove unused variable....Ludovic Courtès 2019-03-26build-self: Disable position recording....Ludovic Courtès 2019-02-11Avoid name clash with 'build' from (guix store) and (guix status)....Ludovic Courtès 2019-02-04daemon: Add "/guix" to default 'nixLibexecDir'....Ludovic Courtès 2019-02-04daemon: Remove the 'NIX_SUBSTITUTERS' environment variable....Ludovic Courtès 2019-02-04daemon: Rename 'NIX_STATE_DIR' and 'NIX_DB_DIR' environment variables....Ludovic Courtès 2019-01-21store: Rename '&nix-error' to '&store-error'....Ludovic Courtès 2019-01-21build-self: Execute trampoline in a clean environment....Ludovic Courtès 2019-01-11status: Add 'with-status-verbosity'....Ludovic Courtès 2019-01-08build-self: Spin only on TTYs....Ludovic Courtès 2019-01-06hydra: Compute jobs in an inferior....Ludovic Courtès 2019-01-06hydra: evaluate: Add the checkout to the store....Ludovic Courtès 2019-01-06hydra: Move job definitions to (gnu ci)....Ludovic Courtès 2019-01-06build-self: Don't clobber the output port....Ludovic Courtès 2018-12-29hydra: Use short timeouts for the QEMU jobs and system tests....Ludovic Courtès 2018-12-09hydra: Increase image sizes for USB image and Flash image....Danny Milosavljevic 2018-12-07maint: update-guix-package: Really register GC roots....Ludovic Courtès 2018-12-05maint: update-NEWS: Don't produce full package lists....Ludovic Courtès 2018-12-04Remove most references to hydra.gnu.org....Ludovic Courtès 2018-10-17Merge branch 'master' into core-updatesMarius Bakke 2018-10-09tests: "make check-system" produces colored output....Ludovic Courtès 2018-09-20Merge branch 'master' into core-updatesMarius Bakke 2018-09-14hydra: Remove useless 'parameterize'....Clément Lassieur 2018-09-13Merge branch 'master' into core-updatesLeo Famulari 2018-09-13build-self: Emit a useful message upon error....Ludovic Courtès 2018-09-13build-self: Add a dummy (git) module to 'compute-guix-derivation'....Ludovic Courtès 2018-09-13hydra: Add support for manifests....Clément Lassieur 2018-09-09Merge branch 'master' into core-updatesMarius Bakke 2018-09-06build-self: Accomodate upgrades from May 2016 and earlier....Ludovic Courtès 2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès 2018-09-03Merge branch 'master' into core-updatesMarius Bakke 2018-09-02Add (guix describe) and use it to initialize '%package-search-path'....Ludovic Courtès 2018-09-02compile-as-derivation: Adjust %load-compiled-path....Ludovic Courtès 2018-07-27build-self: Default to Guile 2.2 when building a standalone Guix....Ludovic Courtès 2018-07-27gnu: guile: Remove version 2.2.2....Ludovic Courtès 2018-06-26build-self: Inherit the daemon connection from the parent process....Ludovic Courtès 2018-06-21build-self: Avoid recompilations of 'compute-guix-derivation'....Ludovic Courtès 2018-06-18self: Define derived '-directory' variables in config.scm....Ludovic Courtès 2018-06-18build-self: Do not rely on '%store-database-directory'....Ludovic Courtès