me
/
guix
Archived
1
0
Fork 0

gnu: ocaml4.07-findlib: Fix building with ocaml 4.07.

* gnu/packages/ocaml.scm (ocaml4.07-findlib): rename inputs to
native-inputs.
master
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
1 changed files with 1 additions and 1 deletions

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)))))