aboutsummaryrefslogtreecommitdiff
path: root/doc/environment-gdb.scm
Commit message (Collapse)AuthorAge
* doc: Update GDB "guix shell" example to use autoconf-2.69fanquake2023-07-18
| | | | | | | * doc/environment-gdb.scm: Change to use autoconf-2.69. * gnu/packages/autotools.scm: Remove outdated GDB comment. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* doc: Update "guix shell -D -f" example to new input style.Ludovic Courtès2022-01-14
| | | | * doc/environment-gdb.scm: Change to use 'modify-inputs'.
* doc: Add 'guix environment' examples.Ludovic Courtès2015-06-29
* doc/environment-gdb.scm: New file. * doc.am (EXTRA_DIST): Add it. * doc/guix.texi (Invoking guix environment): Clarify wording of the first example. Add a --ad-hoc example upfront. Add an example for '-e', and one for '-l'.