guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: ocaml4.07-sqlite3: Fix build.


From: guix-commits
Subject: branch master updated: gnu: ocaml4.07-sqlite3: Fix build.
Date: Wed, 30 Sep 2020 08:40:17 -0400

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 db194f7  gnu: ocaml4.07-sqlite3: Fix build.
db194f7 is described below

commit db194f714a8beb155c508c06e346c7c2322e7053
Author: Julien Lepiller <julien@lepiller.eu>
AuthorDate: Wed Sep 30 14:33:30 2020 +0200

    gnu: ocaml4.07-sqlite3: Fix build.
    
    * gnu/packages/ocaml.scm (ocaml4.07-sqlite3): Use dune for OCaml 4.07.
---
 gnu/packages/ocaml.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f92d626..d61948a 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -1475,7 +1475,8 @@ library.")
     (build-system dune-build-system)
     (arguments
      `(#:ocaml ,ocaml-4.07
-       #:findlib ,ocaml4.07-findlib))
+       #:findlib ,ocaml4.07-findlib
+       #:dune ,ocaml4.07-dune))
     (native-inputs
      `(("ocaml-base" ,ocaml4.07-base)
        ("ocaml-stdio" ,ocaml4.07-stdio)



reply via email to

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