unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: Timotej Lazar <timotej.lazar@araneo.si>
To: 64264@debbugs.gnu.org
Cc: Timotej Lazar <timotej.lazar@araneo.si>
Subject: [bug#64264] [PATCH 2/2] gnu: signify: Use new package style.
Date: Sat, 24 Jun 2023 14:20:42 +0200	[thread overview]
Message-ID: <a79d48ab9758b1fce9dd17a623ef35fafe8448aa.1687609092.git.timotej.lazar@araneo.si> (raw)
In-Reply-To: <cover.1687609092.git.timotej.lazar@araneo.si>

* gnu/packages/crypto.scm (signify)[arguments]: Use gexps.
---
 gnu/packages/crypto.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/crypto.scm b/gnu/packages/crypto.scm
index 655320a470..3a753831f5 100644
--- a/gnu/packages/crypto.scm
+++ b/gnu/packages/crypto.scm
@@ -231,12 +231,12 @@ (define-public signify
     ;; TODO Build with libwaive (described in README.md), to implement something
     ;; like OpenBSD's pledge().
     (arguments
-     `(#:make-flags
-       (list ,(string-append "CC=" (cc-for-target))
-             (string-append "PREFIX=" (assoc-ref %outputs "out")))
-       #:phases
-       (modify-phases %standard-phases
-         (delete 'configure))))
+     (list #:make-flags
+           #~(list (string-append "CC=" #$(cc-for-target))
+                   (string-append "PREFIX=" #$output))
+           #:phases
+           #~(modify-phases %standard-phases
+               (delete 'configure))))
     (native-inputs
      (list pkg-config))
     (inputs
-- 
2.40.1





  parent reply	other threads:[~2023-06-24 12:22 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-06-24 12:19 [bug#64264] [PATCH 0/2] Update signify Timotej Lazar
2023-06-24 12:20 ` [bug#64264] [PATCH 1/2] gnu: signify: Update to 31 Timotej Lazar
2023-06-24 12:20 ` Timotej Lazar [this message]
2023-08-07 13:19 ` bug#64264: [PATCH 0/2] Update signify Ludovic Courtès

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=a79d48ab9758b1fce9dd17a623ef35fafe8448aa.1687609092.git.timotej.lazar@araneo.si \
    --to=timotej.lazar@araneo.si \
    --cc=64264@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).