mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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>
This commit is contained in:
parent
1710e8cb59
commit
e64ff72a14
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue