mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
doc: Fix typo.
* doc/guix.texi (Build Systems): Fix/spoil ‘libary’ typo/joke.
This commit is contained in:
parent
a0bd918116
commit
46a8b76ce7
1 changed files with 1 additions and 1 deletions
|
@ -6181,7 +6181,7 @@ package, correctly capitalized.
|
|||
|
||||
For packages requiring shared library dependencies, you may need to write the
|
||||
@file{/deps/deps.jl} file manually. It's usually a line of @code{const
|
||||
variable = /gnu/store/libary.so} for each dependency, plus a void function
|
||||
variable = /gnu/store/library.so} for each dependency, plus a void function
|
||||
@code{check_deps() = nothing}.
|
||||
|
||||
Some older packages that aren't using @file{Package.toml} yet, will require
|
||||
|
|
Loading…
Reference in a new issue