diff options
Diffstat (limited to 'gnu/packages')
-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."))) |