mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-31 14:56:54 +01: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)
|
`(("m4" ,m4)
|
||||||
("ocaml" ,ocaml-4.07)))))
|
("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.
|
;; note that some tests may hang for no obvious reason.
|
||||||
(define-public ocaml-ounit
|
(define-public ocaml-ounit
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in a new issue