mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: ocaml4.07-findlib: Fix building with ocaml 4.07.
* gnu/packages/ocaml.scm (ocaml4.07-findlib): rename inputs to native-inputs.
This commit is contained in:
parent
ee711c7c21
commit
59fcf386f8
1 changed files with 1 additions and 1 deletions
|
@ -972,7 +972,7 @@ (define-public ocaml4.07-findlib
|
||||||
(package
|
(package
|
||||||
(inherit ocaml-findlib)
|
(inherit ocaml-findlib)
|
||||||
(name "ocaml4.07-findlib")
|
(name "ocaml4.07-findlib")
|
||||||
(inputs
|
(native-inputs
|
||||||
`(("m4" ,m4)
|
`(("m4" ,m4)
|
||||||
("ocaml" ,ocaml-4.07)))))
|
("ocaml" ,ocaml-4.07)))))
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue