diff options
author | Ting-Wei Lan <lantw44@gmail.com> | 2024-11-03 13:16:09 +0800 |
---|---|---|
committer | Ting-Wei Lan <lantw44@gmail.com> | 2024-11-03 13:16:09 +0800 |
commit | f293adeb1698d47ef456f771a24f83e8f17e5def (patch) | |
tree | 18da3947def8312fd3702ecbdc387fb994ebf64c /guix | |
parent | 86130f7bee8c288484a6843353d8bbe713b21d76 (diff) | |
download | copr-rpm-spec-f293adeb1698d47ef456f771a24f83e8f17e5def.tar copr-rpm-spec-f293adeb1698d47ef456f771a24f83e8f17e5def.tar.gz copr-rpm-spec-f293adeb1698d47ef456f771a24f83e8f17e5def.tar.bz2 copr-rpm-spec-f293adeb1698d47ef456f771a24f83e8f17e5def.tar.lz copr-rpm-spec-f293adeb1698d47ef456f771a24f83e8f17e5def.tar.xz copr-rpm-spec-f293adeb1698d47ef456f771a24f83e8f17e5def.tar.zst copr-rpm-spec-f293adeb1698d47ef456f771a24f83e8f17e5def.zip |
guix: Fix emacs-dash for Emacs 29
Diffstat (limited to 'guix')
-rw-r--r-- | guix/emacs-dash/emacs-dash.spec | 7 |
1 files changed, 5 insertions, 2 deletions
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 <lantw44@gmail.com> - 2.19.1-5 +- Disable byte-compile-error-on-warn for Emacs 29 + * Wed Apr 19 2023 Ting-Wei Lan <lantw44@gmail.com> - 2.19.1-4 - Rebuilt for Fedora 38 and 39 |