gnu: axoloti-patcher: Remove trailing #T.
* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Remove trailing #T from build phase. Change-Id: I1a741e41e7ae167cd72542c3f9cf9a13046bcd3cmaster
parent
1adf1e36d2
commit
dc2b59ddc1
|
@ -333,8 +333,7 @@ runtime.")
|
||||||
" -Daxoloti_release=" runtime
|
" -Daxoloti_release=" runtime
|
||||||
" -Daxoloti_runtime=" runtime
|
" -Daxoloti_runtime=" runtime
|
||||||
" -jar " dir "/Axoloti.jar")))))
|
" -jar " dir "/Axoloti.jar")))))
|
||||||
(chmod target #o555))
|
(chmod target #o555)))))
|
||||||
#t)))
|
|
||||||
(add-after 'install 'strip-jar-timestamps
|
(add-after 'install 'strip-jar-timestamps
|
||||||
(assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))
|
(assoc-ref ant:%standard-phases 'strip-jar-timestamps)))))
|
||||||
(inputs
|
(inputs
|
||||||
|
|
Reference in New Issue