guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#47768] [PATCH v2 14/43] gnu: Add ocaml-uunf.


From: Xinglu Chen
Subject: [bug#47768] [PATCH v2 14/43] gnu: Add ocaml-uunf.
Date: Tue, 25 May 2021 21:21:44 +0200

On Mon, May 10 2021, pukkamustard wrote:

> +(define-public ocaml-uunf
> +  (package
> +    (name "ocaml-uunf")
> +    (version "13.0.0")
> +    (source
> +     (origin
> +       (method url-fetch)
> +       (uri "https://erratique.ch/software/uunf/releases/uunf-13.0.0.tbz";)
> +       (sha256
> +        (base32
> +         "1qci04nkp24kdls1z4s8kz5dzgky4nwd5r8345nwdrgwmxhw7ksm"))))
> +    (build-system ocaml-build-system)
> +    (arguments
> +     `(#:tests? #f

What’s the reason for disabling test?  Does the package lack tests?

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]