diff options
author | Benjamin <benjamin@uvy.fr> | 2024-03-24 00:35:11 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@friendly-machines.com> | 2024-12-23 11:45:39 +0100 |
commit | 0ac6a2eaaf32da1b70aecfed19bac330039a07c0 (patch) | |
tree | d1d3e8120f7d7cce60588b82d51d305087acd809 | |
parent | 66f64e0ee81143f8273ecd5a99e8303034278b5d (diff) | |
download | guix-0ac6a2eaaf32da1b70aecfed19bac330039a07c0.tar.gz guix-0ac6a2eaaf32da1b70aecfed19bac330039a07c0.zip |
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 <dannym@friendly-machines.com>
-rw-r--r-- | gnu/packages/ocaml.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index e3950b74a6..7586d4387c 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."))) |