From 489d00e5f4e6e2b99ebf9491d8e2d2341689f8bc Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Fri, 4 Feb 2022 12:31:18 +0000 Subject: [PATCH] BR on emacs-nox At the time of writing emacs is not installable because of a problem with webkit (https://bugzilla.redhat.com/show_bug.cgi?id=2050480). I'm sure this will be fixed eventually, but I found that we don't need full emacs, a scratch build using emacs-nox worked fine. --- ocaml-dune.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ocaml-dune.spec b/ocaml-dune.spec index 487a238..f37c954 100644 --- a/ocaml-dune.spec +++ b/ocaml-dune.spec @@ -25,7 +25,7 @@ License: MIT and LGPLv2 and LGPLv2 with exceptions and ISC URL: https://dune.build Source0: https://github.com/ocaml/%{libname}/archive/%{version}/%{libname}-%{version}.tar.gz -BuildRequires: emacs +BuildRequires: emacs-nox BuildRequires: make BuildRequires: ocaml >= 4.08 BuildRequires: ocaml-csexp-devel >= 1.3.0