me
/
guix
Archived
1
0
Fork 0

gnu: axoloti-patcher: Remove trailing #T.

* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Remove trailing #T
from build phase.

Change-Id: I1a741e41e7ae167cd72542c3f9cf9a13046bcd3c
master
Ricardo Wurmus 2023-12-20 00:59:34 +01:00
parent 1adf1e36d2
commit dc2b59ddc1
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 1 additions and 2 deletions

View File

@ -333,8 +333,7 @@ runtime.")
" -Daxoloti_release=" runtime
" -Daxoloti_runtime=" runtime
" -jar " dir "/Axoloti.jar")))))
(chmod target #o555))
#t)))
(chmod target #o555)))))
(add-after 'install 'strip-jar-timestamps
(assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))
(inputs