aboutsummaryrefslogtreecommitdiff
path: root/configure.ac
diff options
context:
space:
mode:
authorLudovic Courtès <ludo@gnu.org>2023-01-30 11:10:25 +0100
committerLudovic Courtès <ludo@gnu.org>2023-01-30 22:24:27 +0100
commit29ee56d1fa6d43da31d44f66200a2760b46a46d1 (patch)
treed0409cf1948f8c43f9c3c9946b4ca37bb996ef40 /configure.ac
parent0ef8fe22ed8985c9656835fc25ab3463d55b6669 (diff)
downloadguix-29ee56d1fa6d43da31d44f66200a2760b46a46d1.tar.gz
guix-29ee56d1fa6d43da31d44f66200a2760b46a46d1.zip
gnu: texinfo: Make 'perl-archive-zip' available to 'texi2any'.
This makes "texi2any --epub3" work out of the box. Reported by BitPuffin on #guile. * gnu/packages/texinfo.scm (texinfo-7)[inputs, arguments]: New fields.
Diffstat (limited to 'configure.ac')
0 files changed, 0 insertions, 0 deletions
ould give you access to all its bindings. In future versions, autoloading a module gives access only to the listed bindings, as per #:select (see <https://bugs.gnu.org/38895>). This commit adjusts autoloads to the new semantics, allowing Guix to be built with Guile 2.9.7/2.9.8. * guix/build/download.scm <top level>: Remove call to 'module-autoload!'. (load-gnutls): New procedure. (tls-wrap): Call it. * guix/git.scm <top level>: Remove call to 'module-autoload!'. (load-git-submodules): New procedure. (update-submodules): Call it instead of 'resolve-interface'. * gnu/bootloader/grub.scm: Replace #:autoload with #:use-module. * gnu/packages.scm: Likewise. * gnu/packages/ssh.scm: Likewise. * gnu/packages/tex.scm: Likewise. * gnu/services/cuirass.scm: Likewise. * gnu/services/mcron.scm: Likewise. * guix/lint.scm: Augment list of bindings in #:autoload. * guix/scripts/build.scm: Likewise. * guix/scripts/gc.scm: Likewise. * guix/scripts/pack.scm: Likewise. * guix/scripts/publish.scm: Likewise. * guix/scripts/pull.scm: Likewise. * guix/utils.scm: Remove unnecessary #:autoload clauses; replace one of them with #:use-module. Ludovic Courtès