mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 22:38:07 -05:00
gnu: Add ocaml4.09-findlib.
* gnu/packages/ocaml.scm (ocaml4.09-findlib): New variable.
This commit is contained in:
parent
0c83708240
commit
35c02c559e
1 changed files with 8 additions and 0 deletions
|
@ -1013,6 +1013,14 @@ (define-public ocaml4.07-findlib
|
|||
`(("m4" ,m4)
|
||||
("ocaml" ,ocaml-4.07)))))
|
||||
|
||||
(define-public ocaml4.09-findlib
|
||||
(package
|
||||
(inherit ocaml-findlib)
|
||||
(name "ocaml4.09-findlib")
|
||||
(native-inputs
|
||||
`(("m4" ,m4)
|
||||
("ocaml" ,ocaml-4.09)))))
|
||||
|
||||
;; note that some tests may hang for no obvious reason.
|
||||
(define-public ocaml-ounit
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue