>From cd5c540f3bd238fa21d351b5f405aff600fad5a0 Mon Sep 17 00:00:00 2001 From: nixo Date: Sat, 30 Jan 2021 21:58:01 +0100 Subject: [PATCH 01/10] doc/guix.texi: 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. --- doc/guix.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guix.texi b/doc/guix.texi index 405b218289..bb777707f0 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -7619,7 +7619,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 -- 2.30.0