aboutsummaryrefslogtreecommitdiff
path: root/gnu/services/linux.scm
diff options
context:
space:
mode:
authorGuillaume Le Vaillant <glv@posteo.net>2020-09-12 00:02:06 +0200
committerGuillaume Le Vaillant <glv@posteo.net>2020-09-12 11:18:57 +0200
commit4136736b52f757ef8ee9e40cd138c7cf7f619bba (patch)
tree7bb4bca078562d09b53f861e3b783461cee1d0db /gnu/services/linux.scm
parent2ff8b5bafc80b559d4da94562371f69fe1d364aa (diff)
downloadguix-4136736b52f757ef8ee9e40cd138c7cf7f619bba.tar.gz
guix-4136736b52f757ef8ee9e40cd138c7cf7f619bba.zip
gnu: cl-asdf: Update to 3.3.4.
* gnu/packages/lisp.scm (cl-asdf): Update to 3.3.4. [arguments]: Add small patch for default ASDF configuration. (asdf-substitutions): Remove variable. (sbcl, ecl)[arguments]: Remove call to 'asdf-substitutions'.
Diffstat (limited to 'gnu/services/linux.scm')
0 files changed, 0 insertions, 0 deletions
7bbeb5798923162f4b8'>doc: Generalize build procedures of HTML indexes....* doc/build.scm (html-manual-indexes)[build](sxml-index): Generalize; add a 'title' and a 'body' parameter and honor them. (language-index): New procedure. (write-index): Remove. (write-html): New procedure. Use 'write-html' and 'language-index'. Ludovic Courtès 2019-07-07build: Add 'doc/build.scm' to build on-line copies of the manual....* doc/build.scm: New file. * Makefile.am (EXTRA_DIST): Add it. Ludovic Courtès