From 7c6d8a6224cf3209efa179dbe1509759a580cb05 Mon Sep 17 00:00:00 2001 From: Cayetano Santos Date: Thu, 25 Sep 2025 10:32:56 +0200 Subject: [PATCH] gnu: enchive: Improve style. * gnu/packages/crypto.scm (enchive)[arguments]: Use G-Expressions. Change-Id: Iea37da31663013744e49cc93350ce38227ad0b91 --- gnu/packages/crypto.scm | 24 +++++++++++++----------- 1 file changed, 13 insertions(+), 11 deletions(-) diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm index 35ec88df95ef10ebce979631e7c4c872b22fcf9e..e029ec46b00d58b0e421059ca010872c5bd50e4c 100644 --- a/gnu/packages/crypto.scm +++ b/gnu/packages/crypto.scm @@ -1127,17 +1127,19 @@ OpenBSD signatures, but it cannot sign messages in OpenBSD format yet.") (file-name (git-file-name name version)))) (build-system gnu-build-system) (arguments - `(#:tests? #f ; no check target ' - #:make-flags (list ,(string-append "CC=" (cc-for-target)) - "PREFIX=$(out)") - #:phases (modify-phases %standard-phases - (delete 'configure) - (add-after 'install 'post-install - (lambda _ - (let* ((out (assoc-ref %outputs "out")) - (lisp (string-append out "/share/emacs/site-lisp"))) - (install-file "enchive-mode.el" lisp) - #t)))))) + (list + #:tests? #f ;no check target ' + #:make-flags + #~(list (string-append "CC=" #$(cc-for-target)) + (string-append "PREFIX=" #$output)) + #:phases + #~(modify-phases %standard-phases + (delete 'configure) + (add-after 'install 'post-install + (lambda _ + (install-file + "enchive-mode.el" + (string-append #$output "/share/emacs/site-lisp"))))))) (synopsis "Encrypted personal archives") (description "Enchive is a tool to encrypt files to yourself for long-term