mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 12:39:36 -05:00
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:
parent
9fb2dcfb6a
commit
f46b962b7e
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue