GNU bug report logs -
#63947
Bug when building ocaml-dune-build-info for ocaml5.0
Previous Next
Full log
View this message in rfc822 format
After digging a bit more, I could fix this issue by modifying the
definition of ocaml-dune-build-info with this patch.
The problem might have come from the non standard definition of dune
package using properties only.
diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm
index f0b8f9e912..40a820b90e 100644
--- a/gnu/packages/ocaml.scm
+++ b/gnu/packages/ocaml.scm
@@ -9538,7 +9538,7 @@ (define-public ocaml-fix
(define-public ocaml-dune-build-info
(package
- (inherit dune)
+ (inherit dune-bootstrap)
(name "ocaml-dune-build-info")
(build-system dune-build-system)
(arguments
This bug report was last modified 2 years and 8 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.