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

* gnu/packages/audio.scm (azr3)[arguments]: Remove trailing #T from
fix-timestamp build phase.
This commit is contained in:
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

View file

@ -1116,8 +1116,7 @@ (define-public azr3
(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