me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-dune-build-info: Fix typo in description.

* gnu/packages/ocaml.scm (ocaml-dune-build-info)[description]:
Fix ‘informations’ typo.
master
Tobias Geerinckx-Rice 2021-09-27 16:27:02 +02:00
parent 7092ca77d0
commit baa6c39f8a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 1 deletions

View File

@ -7142,7 +7142,7 @@ that involve memoization and recursion.")
#:tests? #f))
(propagated-inputs
`(("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
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