gnu: x42-plugins: Use new package style.

* gnu/packages/music.scm (x42-plugins)[arguments]: Use g-expressions. Remove
references to %outputs and %build-inputs.

Signed-off-by: Christopher Baines <mail@cbaines.net>
This commit is contained in:
kiasoc5 2022-12-28 18:38:15 -05:00 committed by Christopher Baines
parent d386fa6cba
commit 8781ab4057
No known key found for this signature in database
GPG key ID: 5E28A33B0B84F577

View file

@ -6058,17 +6058,18 @@ (define-public x42-plugins
(base32 "128h9x7yzhy6q6l0fqk2zd6l48wgs2lhf2pzbiba6h3n6l9n555b"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no "check" target
#:make-flags
(list (string-append "PREFIX=" (assoc-ref %outputs "out"))
"LIBZITACONVOLVER=-lzita-convolver"
(string-append "FONTFILE="
(assoc-ref %build-inputs "font-dejavu")
"/share/fonts/truetype/DejaVuSans-Bold.ttf")
(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)
"LIBZITACONVOLVER=-lzita-convolver"
(string-append "FONTFILE="
#$(this-package-native-input "font-dejavu")
"/share/fonts/truetype/DejaVuSans-Bold.ttf")
(string-append "CC=" #$(cc-for-target)))
#:phases
#~(modify-phases %standard-phases
(delete 'configure))))
(inputs
(list cairo
fftwf