me
/
guix
Archived
1
0
Fork 0

gnu: ocaml-markup@0.8.0: Use 'ocaml-ounit', not 'ocaml-ounit2'.

* gnu/packages/ocaml.scm (ocaml-markup0.8.0)[native-inputs]: New field.
master
Ludovic Courtès 2021-09-06 23:25:30 +02:00
parent 153fd217b6
commit 5fc9d71bac
No known key found for this signature in database
GPG Key ID: 090B11993D9AEBB5
1 changed files with 3 additions and 0 deletions

View File

@ -6503,6 +6503,9 @@ stream, and convert everything to UTF-8.")
(sha256
(base32
"0aif4abvfmi9xc1pvw5n5rbm6rzkkpsxyvdn0lanr33rjpvkwdlm"))))
(native-inputs
`(("ocaml-ounit" ,ocaml-ounit)
("pkg-config" ,pkg-config)))
(properties '())))
(define-public ocaml-tyxml