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:
parent
ee711c7c21
commit
59fcf386f8
1 changed files with 1 additions and 1 deletions
|
@ -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)))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue