guix-patches
[Top][All Lists]
Advanced

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

[bug#64209] [PATCH v4 01/11] gnu: Fix dune-ordering


From: Benjamin
Subject: [bug#64209] [PATCH v4 01/11] gnu: Fix dune-ordering
Date: Sun, 24 Mar 2024 00:35:11 +0100

* gnu/packages/ocaml.scm (dune-ordering): fix dune-ordering to make
  it, and its inherited packages compatible with package-with-ocaml5.0

Change-Id: I07dc1e9fe32903a019da846cd6e40333619a3f36
---
 gnu/packages/ocaml.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index 0f4c351141..53909fe1e1 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -2092,6 +2092,7 @@ (define-public dune-ordering
      `(#:package "ordering"
        ;; Tests have a cyclic dependency on stdune
        #:tests? #f))
+    (properties '())
     (synopsis "Dune element ordering")
     (description "This library represents element ordering in OCaml.")))
 
-- 
2.41.0






reply via email to

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