all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Daniel Meißner via Guix-patches via" <guix-patches@gnu.org>
To: 60783@debbugs.gnu.org
Cc: "Daniel Meißner" <daniel.meissner-i4k@rub.de>
Subject: [bug#60783] [PATCH 3/3] gnu: mamba: Use G-expressions.
Date: Fri, 13 Jan 2023 22:44:42 +0100	[thread overview]
Message-ID: <20230113214442.5332-3-daniel.meissner-i4k@rub.de> (raw)
In-Reply-To: <20230113214442.5332-1-daniel.meissner-i4k@rub.de>

* gnu/packages/music.scm (mamba)[arguments]: Use G-expressions.
---
 gnu/packages/music.scm | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 811da51955..aeb86a4799 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -6084,14 +6084,13 @@ (define-public mamba
         "12w85i86jbnihd7w81vhvg8hkn7r32hyk9m1pdh3bd44dcz34gqf"))))
    (build-system gnu-build-system)
    (arguments
-    `(#:tests? #f  ; no "check" target
-      #:make-flags
-      (list (string-append "PREFIX="
-                           (assoc-ref %outputs "out"))
-            (string-append "CC=" ,(cc-for-target)))
-      #:phases
-      (modify-phases %standard-phases
-        (delete 'configure))))
+    (list #:tests? #f  ; no "check" target
+          #:make-flags
+          #~(list (string-append "PREFIX=" #$output)
+                  (string-append "CC=" #$(cc-for-target)))
+          #:phases
+          #~(modify-phases %standard-phases
+              (delete 'configure))))
    (inputs
     (list alsa-lib
           cairo
-- 
2.38.1





  parent reply	other threads:[~2023-01-13 23:41 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-01-13 13:10 [bug#60783] [PATCH 0/3] Fix mamba build Daniel Meißner via Guix-patches via
2023-01-13 21:44 ` [bug#60783] [PATCH 1/3] gnu: mamba: Use correct version of libsigc++ Daniel Meißner via Guix-patches via
2023-01-13 21:44   ` [bug#60783] [PATCH 2/3] gnu: mamba: Update to 2.3 Daniel Meißner via Guix-patches via
2023-01-13 21:44   ` Daniel Meißner via Guix-patches via [this message]
2023-01-16 17:51 ` bug#60783: [PATCH 0/3] Fix mamba build Maxim Cournoyer

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

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

  git send-email \
    --in-reply-to=20230113214442.5332-3-daniel.meissner-i4k@rub.de \
    --to=guix-patches@gnu.org \
    --cc=60783@debbugs.gnu.org \
    --cc=daniel.meissner-i4k@rub.de \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.