aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/search.scm
diff options
context:
space:
mode:
authorMarius Bakke <marius@gnu.org>2022-08-11 19:28:01 +0200
committerMarius Bakke <marius@gnu.org>2022-08-11 22:39:14 +0200
commitf7e8be231806a904e6817e8ab3404b32f2511db2 (patch)
tree4966779562a7b5a881c533c2732e8ce133641552 /gnu/packages/search.scm
parente9afd8a00595fdc07a0df3a7680cecdb8aa16df7 (diff)
downloadguix-f7e8be231806a904e6817e8ab3404b32f2511db2.tar.gz
guix-f7e8be231806a904e6817e8ab3404b32f2511db2.zip
gnu: texinfo: Fix @headings regression.
* gnu/packages/patches/texinfo-headings-single.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/texinfo.scm (texinfo)[source](patches): New field. * gnu/packages/commencement.scm (texinfo-boot0)[source]: Use BOOTSTRAP-ORIGIN.
Diffstat (limited to 'gnu/packages/search.scm')
0 files changed, 0 insertions, 0 deletions
.scm?id=d9e0ae07db5cb9f949c11f4ee77146a070c2618c'>guix: gexp: Define gexp->approximate-sexp....Maxime Devos 2021-03-30gexp: Add 'sexp->gexp'....Ludovic Courtès 2021-03-03gexp: #:references-graphs refers to non-native derivations....Ludovic Courtès 2021-02-23gexp: Micro-optimize 'gexp->sexp' and 'lower-inputs'....Ludovic Courtès 2021-02-23gexp: 'gexp-inputs' returns both native and non-native inputs....Ludovic Courtès 2021-02-23gexp: 'gexp-inputs' returns a list of <gexp-input> records....Ludovic Courtès 2020-12-15store-copy: 'populate-store' can optionally deduplicate files....Ludovic Courtès 2020-12-15store-copy: 'populate-store' resets timestamps....Ludovic Courtès 2020-11-05gexp: Warn when importing (guix config) or (ice-9 …)....Ludovic Courtès 2020-11-05gexp: Store the source code location in <gexp>....Ludovic Courtès 2020-05-25gexp: Fix expansion for (file-append (local-file ...) ...)....Ludovic Courtès 2020-05-25tests: Hide quoted (define-module ...) form from Geiser....Ludovic Courtès 2020-05-16gexp: Add 'let-system'....Ludovic Courtès 2020-03-12gexp: Add 'with-parameters'....Ludovic Courtès 2020-03-08gexp: Default to current target....Mathieu Othacehe 2020-01-04gexp: Add 'raw-derivation-file'....Ludovic Courtès 2019-12-18gexp: Allow character literals in GEXP->SEXP....Marius Bakke 2019-11-30gexp: 'local-file' properly resolves non-literal relative file names....Ludovic Courtès