[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#55419] [PATCH 5/5] gnu: emacs-wide-int: Use new package style.
From: |
Liliana Marie Prikler |
Subject: |
[bug#55419] [PATCH 5/5] gnu: emacs-wide-int: Use new package style. |
Date: |
Sun, 15 May 2022 00:11:41 +0200 |
* gnu/packages/emacs.scm (emacs-wide-int)[arguments]: Convert to list of
G-Expressions.
[inputs]: Use modify-inputs.
---
gnu/packages/emacs.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/emacs.scm b/gnu/packages/emacs.scm
index 392b3297b0..25dab7ef59 100644
--- a/gnu/packages/emacs.scm
+++ b/gnu/packages/emacs.scm
@@ -448,7 +448,7 @@ (define-public emacs-wide-int
(arguments
(substitute-keyword-arguments (package-arguments emacs)
((#:configure-flags flags)
- `(cons "--with-wide-int" ,flags))))))
+ #~(cons "--with-wide-int" #$flags))))))
(define-public guile-emacs
(let ((commit "41120e0f595b16387eebfbf731fff70481de1b4b")
--
2.36.0
- [bug#55419] [PATCH 0/5] Use new package style for Emacs variants., Liliana Marie Prikler, 2022/05/14
- [bug#55419] [PATCH 1/5] gnu: emacs-next-pgtk: Use new package style., Liliana Marie Prikler, 2022/05/14
- [bug#55419] [PATCH 4/5] gnu: emacs-no-x-toolkit: Use new package style., Liliana Marie Prikler, 2022/05/14
- [bug#55419] [PATCH 2/5] gnu: emacs-xwidgets: Use new package style., Liliana Marie Prikler, 2022/05/14
- [bug#55419] [PATCH 3/5] gnu: emacs-no-x: Use new package style., Liliana Marie Prikler, 2022/05/14
- [bug#55419] [PATCH 5/5] gnu: emacs-wide-int: Use new package style.,
Liliana Marie Prikler <=
- [bug#55419] [PATCH 0/5] Use new package style for Emacs variants., Maxime Devos, 2022/05/15