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
parent
153fd217b6
commit
5fc9d71bac
|
@ -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
|
||||
|
|
Reference in New Issue