From 0ac6a2eaaf32da1b70aecfed19bac330039a07c0 Mon Sep 17 00:00:00 2001 From: Benjamin Date: Sun, 24 Mar 2024 00:35:11 +0100 Subject: [PATCH] gnu: Fix dune-ordering * 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 Signed-off-by: Danny Milosavljevic --- gnu/packages/ocaml.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index e3950b74a67497af8ba71a1e266fa1f29b0befab..7586d4387cf100c82083725abf7d6c1584679c84 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -2028,6 +2028,7 @@ about.") `(#:package "ordering" ;; Tests have a cyclic dependency on stdune #:tests? #f)) + (properties '()) (synopsis "Dune element ordering") (description "This library represents element ordering in OCaml.")))