gnu: azr3: Use Gexp.
* gnu/packages/audio.scm (azr3)[arguments]: Use Gexp to dispose of %output references.
This commit is contained in:
parent
f46b962b7e
commit
fb3dfff677
1 changed files with 8 additions and 7 deletions
|
@ -1106,13 +1106,14 @@ (define-public azr3
|
|||
"azr3-remove-lash.patch"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
`(#:tests? #f ; no check target
|
||||
(list
|
||||
#:tests? #f ; no check target
|
||||
#:make-flags
|
||||
(list "LV2PEG=ttl2c"
|
||||
(string-append "prefix=" %output)
|
||||
(string-append "pkgdatadir=" %output "/share/azr3-jack"))
|
||||
#~(list "LV2PEG=ttl2c"
|
||||
(string-append "prefix=" #$output)
|
||||
(string-append "pkgdatadir=" #$output "/share/azr3-jack"))
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
'(modify-phases %standard-phases
|
||||
(add-before 'install 'fix-timestamp
|
||||
(lambda _
|
||||
(let ((early-1980 315619200)) ; 1980-01-02 UTC
|
||||
|
|
Loading…
Reference in a new issue