summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authornixo <nicolo@nixo.xyz>2021-01-30 21:58:01 +0100
committerLudovic Courtès <ludo@gnu.org>2021-03-20 22:29:14 +0100
commite64ff72a145c6015965204da9160d5cee895a811 (patch)
treede31ba6411d5e1d759773e0da76768afad96cdce /doc
parent1710e8cb59e2ef6f1e0eb19235b6a4f1b8158bc4 (diff)
downloadguix-patches-e64ff72a145c6015965204da9160d5cee895a811.tar
guix-patches-e64ff72a145c6015965204da9160d5cee895a811.tar.gz
doc: Fix typo in julia-build-system.
* doc/guix.texi (julia-build-system): replace argument wrongly named julia-file-name with the correct julia-package-name. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 25aea61492..843f2cfb87 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -7749,7 +7749,7 @@ julia} packages, which essentially is similar to running @samp{julia -e
Tests are run by calling @code{/test/runtests.jl}.
The Julia package name is read from the file @file{Project.toml}. This
-value can be overridden by passing the argument @code{#:julia-file-name}
+value can be overridden by passing the argument @code{#:julia-package-name}
(which must be correctly capitalized).
For packages requiring shared library dependencies, you may need to write the