mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
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>
This commit is contained in:
parent
66f64e0ee8
commit
0ac6a2eaaf
1 changed files with 1 additions and 0 deletions
|
@ -2028,6 +2028,7 @@ about.")
|
||||||
`(#:package "ordering"
|
`(#:package "ordering"
|
||||||
;; Tests have a cyclic dependency on stdune
|
;; Tests have a cyclic dependency on stdune
|
||||||
#:tests? #f))
|
#:tests? #f))
|
||||||
|
(properties '())
|
||||||
(synopsis "Dune element ordering")
|
(synopsis "Dune element ordering")
|
||||||
(description "This library represents element ordering in OCaml.")))
|
(description "This library represents element ordering in OCaml.")))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue