~ruther/guix-local

7c6d8a6224cf3209efa179dbe1509759a580cb05 — Cayetano Santos 5 months ago efe3197
gnu: enchive: Improve style.

* gnu/packages/crypto.scm (enchive)[arguments]: Use G-Expressions.

Change-Id: Iea37da31663013744e49cc93350ce38227ad0b91
1 files changed, 13 insertions(+), 11 deletions(-)

M gnu/packages/crypto.scm
M gnu/packages/crypto.scm => gnu/packages/crypto.scm +13 -11
@@ 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