gnu: ocaml-splittable-random: Change @defn to @acronym.

I see an error when running guix package -s relating to this:

  Throw to key `parser-error' with args `(#f "Unknown command" defn)'.

* gnu/packages/ocaml.scm (ocaml-splittable-random)[description]: Change @defn
to @acronym.
This commit is contained in:
Christopher Baines 2019-02-06 09:18:08 +00:00
parent 1d5d0447d3
commit e88fd8beb1
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -5967,10 +5967,10 @@ (define-public ocaml-splittable-random
(properties `((upstream-name . "splittable_random"))) (properties `((upstream-name . "splittable_random")))
(home-page "https://github.com/janestreet/splittable_random") (home-page "https://github.com/janestreet/splittable_random")
(synopsis "PRNG that can be split into independent streams") (synopsis "PRNG that can be split into independent streams")
(description "This package provides a splittable pseudo-random number generator (description "This package provides a splittable
(@defn{PRNG}) functions like a PRNG that can be used as a stream of random @acronym{PRNG,pseudo-random number generator} functions like a PRNG that can
values; it can also be split to produce a second, independent stream of be used as a stream of random values; it can also be split to produce a
random values. second, independent stream of random values.
This library implements a splittable pseudo-random number generator that sacrifices This library implements a splittable pseudo-random number generator that sacrifices
cryptographic-quality randomness in favor of performance.") cryptographic-quality randomness in favor of performance.")