summaryrefslogtreecommitdiff
path: root/doc/guix.texi
diff options
context:
space:
mode:
authorChristopher Baines <mail@cbaines.net>2020-07-17 09:43:11 +0100
committerChristopher Baines <mail@cbaines.net>2020-07-17 09:45:19 +0100
commit22b3a95f6eb375c9ca89af9eeee8ec9903abd557 (patch)
tree474c1a4ad49d5e3d61efcfe13d7df92960fd9777 /doc/guix.texi
parent55b90c90532cd50617fb3dd56173f96de1cbe0b3 (diff)
downloadguix-patches-22b3a95f6eb375c9ca89af9eeee8ec9903abd557.tar
guix-patches-22b3a95f6eb375c9ca89af9eeee8ec9903abd557.tar.gz
build-system/maven: Make default-maven-plugins a procedure.
This allows compiling the module without the (gnu packages maven) module being available. * guix/build-system/maven.scm (%default-maven-plugins): Rename to default-maven-plugins, and convert to a procedure. * doc/guix.texi (maven-build-system): Update.
Diffstat (limited to 'doc/guix.texi')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 2041d10447..2c5c017eea 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -6849,7 +6849,7 @@ corresponding argument, @code{#:jdk} and @code{#:maven}.
The @code{#:maven-plugins} argument is a list of maven plugins used during
the build, with the same format as the @code{inputs} fields of the package
-declaration. Its default value is @code{%default-maven-plugins} which is
+declaration. Its default value is @code{(default-maven-plugins)} which is
also exported.
@end defvr