guix-commits
[Top][All Lists]
Advanced

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

branch gnome-team updated: gnu: ocaml-extlib: Convert to dune-build-syst


From: guix-commits
Subject: branch gnome-team updated: gnu: ocaml-extlib: Convert to dune-build-system.
Date: Thu, 28 Mar 2024 01:09:56 -0400

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

lilyp pushed a commit to branch gnome-team
in repository guix.

The following commit(s) were added to refs/heads/gnome-team by this push:
     new 704e09f162 gnu: ocaml-extlib: Convert to dune-build-system.
704e09f162 is described below

commit 704e09f1626303625e1e4eea552bff3a05303e89
Author: Vivien Kraus <vivien@planete-kraus.eu>
AuthorDate: Sat Mar 9 22:03:15 2024 +0100

    gnu: ocaml-extlib: Convert to dune-build-system.
    
    * gnu/packages/ocaml.scm (ocaml-extlib) [build-system]: Convert to
    dune-build-system.
    [arguments]: Remove '#:phases' and add '#:package'.
    
    Change-Id: Ia50c05423f3062200704fbcbb0680f2b326a7ca4
    Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
---
 gnu/packages/ocaml.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0f4c351141..b70e925d51 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -644,11 +644,9 @@ code for interfacing Caml with C from an IDL description 
of the C functions.")
               (sha256
                (base32
                 "1jydzw2n84cfiz9y6lk4gih4wbr8jybanmiryfs01svd07g4vpjq"))))
-    (build-system ocaml-build-system)
+    (build-system dune-build-system)
     (arguments
-     `(#:phases
-       (modify-phases %standard-phases
-         (delete 'configure))))
+     (list #:package "extlib"))
     (native-inputs
       (list ocaml-cppo))
     (home-page "https://github.com/ygrek/ocaml-extlib";)



reply via email to

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