[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
20/33: gnu: imapfilter: Use G-expressions.
From: |
guix-commits |
Subject: |
20/33: gnu: imapfilter: Use G-expressions. |
Date: |
Fri, 21 Oct 2022 13:20:53 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit db1265fa8fb9372933dfae91120b490cf018493d
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Oct 16 02:00:01 2022 +0200
gnu: imapfilter: Use G-expressions.
* gnu/packages/mail.scm (imapfilter)[arguments]:
Rewrite as G-expressions.
---
gnu/packages/mail.scm | 15 ++++++++-------
1 file changed, 8 insertions(+), 7 deletions(-)
diff --git a/gnu/packages/mail.scm b/gnu/packages/mail.scm
index 565ea22f32..28acfadea0 100644
--- a/gnu/packages/mail.scm
+++ b/gnu/packages/mail.scm
@@ -3947,13 +3947,14 @@ PGP handling, multiple servers, and secure
connections.")
(base32 "0di9gwavgyr1xkd8sfh52ldkn2lq1kdad76ww2x4y0lhimnxw7gc"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f
- #:make-flags
- (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
- (string-append "CC=" ,(cc-for-target)))
- #:phases
- (modify-phases %standard-phases
- (delete 'configure)))) ; no configure script
+ (list
+ #:tests? #f
+ #:make-flags
+ #~(list (string-append "PREFIX=" #$output)
+ (string-append "CC=" #$(cc-for-target)))
+ #:phases
+ #~(modify-phases %standard-phases
+ (delete 'configure)))) ; no configure script
(inputs
(list lua pcre2 openssl))
(home-page "https://github.com/lefcha/imapfilter")
- 16/33: gnu: maradns: Update to 3.5.0022., (continued)
- 16/33: gnu: maradns: Update to 3.5.0022., guix-commits, 2022/10/21
- 19/33: gnu: imapfilter: Update to 2.7.6., guix-commits, 2022/10/21
- 25/33: guix-install.sh: Warn if we suspect dodgy automation., guix-commits, 2022/10/21
- 01/33: gnu: audit: Update to 3.0.9., guix-commits, 2022/10/21
- 03/33: gnu: jitterentropy-rngd: Use G-expressions., guix-commits, 2022/10/21
- 04/33: gnu: criu: Update to 3.17.1., guix-commits, 2022/10/21
- 15/33: gnu: dosbox-staging: Update to 0.79.1., guix-commits, 2022/10/21
- 09/33: gnu: pd: Remove trailing #t from phases., guix-commits, 2022/10/21
- 17/33: gnu: dnsmasq: Update to 2.87., guix-commits, 2022/10/21
- 21/33: gnu: lldpd: Update to 1.0.15., guix-commits, 2022/10/21
- 20/33: gnu: imapfilter: Use G-expressions.,
guix-commits <=
- 22/33: guix-install.sh: Time out fetching OpenPGP keys., guix-commits, 2022/10/21
- 27/33: gnu: diffoscope: Update to 224., guix-commits, 2022/10/21
- 31/33: gnu: cloc: Update to 1.94., guix-commits, 2022/10/21
- 32/33: gnu: dmenu: Update to 5.2., guix-commits, 2022/10/21
- 33/33: gnu: libfs: Update to 1.0.9., guix-commits, 2022/10/21
- 10/33: gnu: pd: Remove input labels., guix-commits, 2022/10/21