aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/parallel.scm
diff options
context:
space:
mode:
authorBruno Victal <mirai@makinata.eu>2023-10-09 21:06:43 +0100
committerLudovic Courtès <ludo@gnu.org>2024-08-31 10:42:13 +0200
commit443965fee1bad5debc9fd717baf4a4761c2f9266 (patch)
tree5d3d6a0fe25b0efc78fea5c227688105e0fab130 /gnu/packages/parallel.scm
parentf9660a2cfac4e18c160ab2c5a175f4560bac5002 (diff)
downloadguix-443965fee1bad5debc9fd717baf4a4761c2f9266.tar.gz
guix-443965fee1bad5debc9fd717baf4a4761c2f9266.zip
gnu: gtk-doc: Wrap XML_CATALOG_FILES.
Prefer XML catalog resolution over substitutions on XML files. * gnu/packages/gtk.scm (gtk-doc)[arguments]<#:phases>: Remove 'patch-gtk-doc-scan. Wrap XML_CATALOG_FILES within 'wrap-executables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
Diffstat (limited to 'gnu/packages/parallel.scm')
0 files changed, 0 insertions, 0 deletions
ail'>...Leo Famulari 2018-06-14store-copy: 'read-reference-graph' returns a list of records....Ludovic Courtès 2018-06-01gexp: Add 'with-extensions'....Ludovic Courtès 2018-04-11gexp: 'scheme-file' can splice expressions....Ludovic Courtès 2018-03-23gexp: 'program-file' has a new #:module-path parameter....Ludovic Courtès 2018-03-23gexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter....Ludovic Courtès 2017-07-17gexp: 'ungexp-splicing' properly accounts for nested native inputs....Ludovic Courtès 2017-04-19gexp: 'gexp-modules' accepts plain Scheme objects....Ludovic Courtès 2017-04-04gexp: 'lower-object' raises an exception when passed an invalid object....Ludovic Courtès 2017-03-16gexp: Add '=>' syntax to import computed modules....Ludovic Courtès 2017-01-01gexp: Support 'ungexp' forms in improper lists....Ludovic Courtès 2016-12-19gexp: Native inputs of nested gexps are properly accounted for....Ludovic Courtès 2016-11-19store: Add 'references*'....Ludovic Courtès 2016-09-09gexp: Add 'file-append'....Ludovic Courtès 2016-07-12gexp: Remove more uses of #:modules....Ludovic Courtès 2016-07-12gexp: Add 'with-imported-modules' macro....Ludovic Courtès 2016-06-16gexp: Add 'local-file' file name resolution test....Ludovic Courtès 2016-06-16gexp: Add #:select? parameter to 'local-file'....Ludovic Courtès 2016-04-03build: Add a Guile custom test driver using SRFI-64....Mathieu Lirzin 2016-03-20gexp: Add #:disallowed-references....Ludovic Courtès 2016-03-06tests: Disable grafting by default for most tests....Ludovic Courtès 2015-11-04tests: Skip 'program-file' test when shebang is too long....Ludovic Courtès 2015-10-10gexp: Add 'scheme-file'....Ludovic Courtès 2015-10-10gexp: Add 'mixed-text-file'....Ludovic Courtès 2015-10-10gexp: Add 'program-file'....Ludovic Courtès 2015-10-10gexp: Add 'computed-file'....Ludovic Courtès 2015-08-27gexp: Add 'lower-object'....Ludovic Courtès 2015-07-20tests: Make #:references-graphs gexp test more tolerant....Ludovic Courtès 2015-07-12tests: Adjust tests for new bootstrap Guile....Ludovic Courtès 2015-07-08store: 'run-with-store' initializes %CURRENT-TARGET-SYSTEM to #f....Ludovic Courtès 2015-06-19gexp: 'local-file' canonicalizes its file argument....Ludovic Courtès 2015-06-19gexp: 'local-file' now defaults to non-recursive....Ludovic Courtès 2015-06-03gexp: Add 'plain-file'....Ludovic Courtès