me
/
guix
Archived
1
0
Fork 0

gnu: azr3: Remove trailing #T from build phase.

* gnu/packages/audio.scm (azr3)[arguments]: Remove trailing #T from
fix-timestamp build phase.
master
Ricardo Wurmus 2023-02-07 10:48:29 +01:00
parent 9fb2dcfb6a
commit f46b962b7e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -1116,8 +1116,7 @@ formant warp.")
(add-before 'install 'fix-timestamp
(lambda _
(let ((early-1980 315619200)) ; 1980-01-02 UTC
(utime "azr3.1" early-1980 early-1980))
#t)))))
(utime "azr3.1" early-1980 early-1980)))))))
(inputs
(list gtkmm-2 lvtk jack-1))
(native-inputs