3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01: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:
Julien Lepiller 2020-01-23 01:48:10 +01:00
parent ee711c7c21
commit 59fcf386f8
No known key found for this signature in database
GPG key ID: 43111F4520086A0C

View file

@ -972,7 +972,7 @@ compilers that can directly deal with packages.")
(package
(inherit ocaml-findlib)
(name "ocaml4.07-findlib")
(inputs
(native-inputs
`(("m4" ,m4)
("ocaml" ,ocaml-4.07)))))