gnu: azr3: Use Gexp.

* gnu/packages/audio.scm (azr3)[arguments]: Use Gexp to dispose of %output
references.
This commit is contained in:
Ricardo Wurmus 2023-02-07 10:50:11 +01:00
parent f46b962b7e
commit fb3dfff677
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -1106,13 +1106,14 @@ (define-public azr3
"azr3-remove-lash.patch"))))
(build-system gnu-build-system)
(arguments
`(#:tests? #f ; no check target
#:make-flags
(list "LV2PEG=ttl2c"
(string-append "prefix=" %output)
(string-append "pkgdatadir=" %output "/share/azr3-jack"))
#:phases
(modify-phases %standard-phases
(list
#:tests? #f ; no check target
#:make-flags
#~(list "LV2PEG=ttl2c"
(string-append "prefix=" #$output)
(string-append "pkgdatadir=" #$output "/share/azr3-jack"))
#:phases
'(modify-phases %standard-phases
(add-before 'install 'fix-timestamp
(lambda _
(let ((early-1980 315619200)) ; 1980-01-02 UTC