>From e9286b8552c2c4bed4dd7ddab4ccfeaedb03406c Mon Sep 17 00:00:00 2001 Message-Id: From: pukkamustard Date: Tue, 13 Jun 2023 08:13:48 +0200 Subject: [PATCH] gnu: ocaml-dune-build-info: Clear ocaml*-variant properties. * gnu/packages/ocaml.scm (ocaml-dune-build-info): Clear properties. Fixes . Reported by Benjamin . --- gnu/packages/ocaml.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/ocaml.scm b/gnu/packages/ocaml.scm index ab0aa0574a..06ef5796d9 100644 --- a/gnu/packages/ocaml.scm +++ b/gnu/packages/ocaml.scm @@ -9664,6 +9664,7 @@ (define-public ocaml-dune-build-info #:tests? #f)) (propagated-inputs (list ocaml-odoc)) + (properties '()) (synopsis "Embed build information inside an executable") (description "This package allows one to access information about how the executable was built, such as the version of the project at which it was built base-commit: 0433e7f3c200936fbf77f22aa3b433413d17d0fa -- 2.40.1