doc: Fix a typo in the Julia build system section.
* doc/guix.texi (julia-build-system): Fix typo.
This commit is contained in:
parent
ce4ffdef9c
commit
94a463e0a5
1 changed files with 1 additions and 1 deletions
|
@ -7763,7 +7763,7 @@ The Julia package name is read from the file @file{Project.toml}. This
|
||||||
value can be overridden by passing the argument @code{#:julia-package-name}
|
value can be overridden by passing the argument @code{#:julia-package-name}
|
||||||
(which must be correctly capitalized).
|
(which must be correctly capitalized).
|
||||||
|
|
||||||
Julia packages usually manage they binary dependencies via
|
Julia packages usually manage their binary dependencies via
|
||||||
@code{JLLWrappers.jl}, a Julia package that creates a module (named
|
@code{JLLWrappers.jl}, a Julia package that creates a module (named
|
||||||
after the wrapped library followed by @code{_jll.jl}.
|
after the wrapped library followed by @code{_jll.jl}.
|
||||||
|
|
||||||
|
|
Reference in a new issue