From: kiasoc5 via Guix-patches via <guix-patches@gnu.org>
To: 60393@debbugs.gnu.org
Cc: kiasoc5 <kiasoc5@disroot.org>
Subject: [bug#60393] [PATCH 2/2] gnu: zam-plugins: Use new package style.
Date: Wed, 28 Dec 2022 18:55:54 -0500 [thread overview]
Message-ID: <20221228235553.64208-2-kiasoc5@disroot.org> (raw)
In-Reply-To: <20221228235553.64208-1-kiasoc5@disroot.org>
* gnu/packages/music.scm (arguments): Use G-expressions. Use #$output instead
of assoc-ref.
(home-page): Use https.
---
gnu/packages/music.scm | 23 ++++++++++++-----------
1 file changed, 12 insertions(+), 11 deletions(-)
diff --git a/gnu/packages/music.scm b/gnu/packages/music.scm
index 111a4245db..d411fbeb2d 100644
--- a/gnu/packages/music.scm
+++ b/gnu/packages/music.scm
@@ -5991,16 +5991,17 @@ (define-public zam-plugins
(base32 "0p3y3r2nrhzr0xlcy5rz4c2jsvc10l1n8cwc642r0zppwfabm9il"))))
(build-system gnu-build-system)
(arguments
- `(#:tests? #f ;no "check" target
- #:make-flags
- (list (string-append "PREFIX=" (assoc-ref %outputs "out"))
- "HAVE_ZITA_CONVOLVER=true")
- #:phases
- (modify-phases %standard-phases
- (add-before 'build 'set-CC-variable
- (lambda _
- (setenv "CC" "gcc") #t))
- (delete 'configure))))
+ (list
+ #:tests? #f ;no "check" target
+ #:make-flags
+ #~(list (string-append "PREFIX=" #$output)
+ "HAVE_ZITA_CONVOLVER=true")
+ #:phases
+ #~(modify-phases %standard-phases
+ (add-before 'build 'set-CC-variable
+ (lambda _
+ (setenv "CC" "gcc")))
+ (delete 'configure))))
(inputs
(list fftwf
jack-1 ;for the standalone JACK application
@@ -6017,7 +6018,7 @@ (define-public zam-plugins
includes ZaMaximX2, ZamAutoSat, ZamComp, ZamCompX2, ZamEQ2, ZamGEQ31,
ZamHeadX2, ZamPhono, ZamGate, ZamGateX2, ZamTube, ZamDelay, ZamDynamicEQ,
ZaMultiComp, ZaMultiCompX2 and ZamSynth.")
- (home-page "http://www.zamaudio.com/?p=976")
+ (home-page "https://www.zamaudio.com/?p=976")
(license license:gpl2+)))
(define-public geonkick
--
2.39.0
next prev parent reply other threads:[~2022-12-28 23:57 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-12-28 23:49 [bug#60393] [PATCH 0/2] Update zam-plugins and use new package style kiasoc5 via Guix-patches via
2022-12-28 23:55 ` [bug#60393] [PATCH 1/2] gnu: zam-plugins: Update to 4.1 kiasoc5 via Guix-patches via
2022-12-28 23:55 ` kiasoc5 via Guix-patches via [this message]
2023-01-31 14:27 ` bug#60393: [PATCH 0/2] Update zam-plugins and use new package style Christopher Baines
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=20221228235553.64208-2-kiasoc5@disroot.org \
--to=guix-patches@gnu.org \
--cc=60393@debbugs.gnu.org \
--cc=kiasoc5@disroot.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 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.