GNU bug report logs -
#60393
[PATCH 0/2] Update zam-plugins and use new package style.
Previous Next
Reported by: kiasoc5 <kiasoc5 <at> disroot.org>
Date: Wed, 28 Dec 2022 23:50:01 UTC
Severity: normal
Tags: patch
Done: Christopher Baines <mail <at> cbaines.net>
Bug is archived. No further changes may be made.
Full log
Message #11 received at 60393 <at> debbugs.gnu.org (full text, mbox):
* 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
This bug report was last modified 2 years and 112 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.