gnu: ocaml-dune-build-info: Fix typo in description.
* gnu/packages/ocaml.scm (ocaml-dune-build-info)[description]: Fix ‘informations’ typo.
This commit is contained in:
parent
7092ca77d0
commit
baa6c39f8a
@ -7142,7 +7142,7 @@ that involve memoization and recursion.")
|
|||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
(propagated-inputs
|
(propagated-inputs
|
||||||
`(("ocaml-odoc" ,ocaml-odoc)))
|
`(("ocaml-odoc" ,ocaml-odoc)))
|
||||||
(synopsis "Embed build informations inside executable")
|
(synopsis "Embed build information inside an executable")
|
||||||
(description "This package allows one to access information about how the
|
(description "This package allows one to access information about how the
|
||||||
executable was built, such as the version of the project at which it was built
|
executable was built, such as the version of the project at which it was built
|
||||||
or the list of statically linked libraries with their versions. It supports
|
or the list of statically linked libraries with their versions. It supports
|
||||||
|
Loading…
Reference in New Issue
Block a user