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")))) "azr3-remove-lash.patch"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:tests? #f ; no check target (list
#:make-flags #:tests? #f ; no check target
(list "LV2PEG=ttl2c" #:make-flags
(string-append "prefix=" %output) #~(list "LV2PEG=ttl2c"
(string-append "pkgdatadir=" %output "/share/azr3-jack")) (string-append "prefix=" #$output)
#:phases (string-append "pkgdatadir=" #$output "/share/azr3-jack"))
(modify-phases %standard-phases #:phases
'(modify-phases %standard-phases
(add-before 'install 'fix-timestamp (add-before 'install 'fix-timestamp
(lambda _ (lambda _
(let ((early-1980 315619200)) ; 1980-01-02 UTC (let ((early-1980 315619200)) ; 1980-01-02 UTC