guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch master updated: gnu: ocaml4.07-findlib: Fix building with ocaml 4


From: guix-commits
Subject: branch master updated: gnu: ocaml4.07-findlib: Fix building with ocaml 4.07.
Date: Wed, 22 Jan 2020 19:49:59 -0500

This is an automated email from the git hooks/post-receive script.

roptat pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new 59fcf38  gnu: ocaml4.07-findlib: Fix building with ocaml 4.07.
59fcf38 is described below

commit 59fcf386f804ab76089682da746b606218fbc5af
Author: Julien Lepiller <address@hidden>
AuthorDate: Thu Jan 23 01:48:10 2020 +0100

    gnu: ocaml4.07-findlib: Fix building with ocaml 4.07.
    
    * gnu/packages/ocaml.scm (ocaml4.07-findlib): rename inputs to
    native-inputs.
---
 gnu/packages/ocaml.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 7c5a2f9..098c116 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -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)))))
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]