From f293adeb1698d47ef456f771a24f83e8f17e5def Mon Sep 17 00:00:00 2001 From: Ting-Wei Lan Date: Sun, 3 Nov 2024 13:16:09 +0800 Subject: guix: Fix emacs-dash for Emacs 29 --- guix/emacs-dash/emacs-dash.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'guix') diff --git a/guix/emacs-dash/emacs-dash.spec b/guix/emacs-dash/emacs-dash.spec index 71e4554..cb04024 100644 --- a/guix/emacs-dash/emacs-dash.spec +++ b/guix/emacs-dash/emacs-dash.spec @@ -3,7 +3,7 @@ Name: emacs-%{pkg} Version: 2.19.1 -Release: 4%{?dist} +Release: 5%{?dist} Summary: Dash is a modern list library for Emacs License: GPLv3+ @@ -25,7 +25,7 @@ Emacs. No cl required. %build -%make_build +%make_build WERROR="'(setq byte-compile-error-on-warn nil)'" makeinfo --no-split dash.texi @@ -66,6 +66,9 @@ fi %changelog +* Sat Nov 02 2024 Ting-Wei Lan - 2.19.1-5 +- Disable byte-compile-error-on-warn for Emacs 29 + * Wed Apr 19 2023 Ting-Wei Lan - 2.19.1-4 - Rebuilt for Fedora 38 and 39 -- cgit v1.2.3