diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2023-12-20 00:59:34 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2023-12-20 01:00:45 +0100 |
commit | dc2b59ddc1e8f510935777db40e881896f7a0cab (patch) | |
tree | 222becacde5785ba83579e2cbbd11759eec6d9e0 /gnu | |
parent | 1adf1e36d27388df04d6873c3f58d7851a9a04b9 (diff) | |
download | guix-dc2b59ddc1e8f510935777db40e881896f7a0cab.tar.gz guix-dc2b59ddc1e8f510935777db40e881896f7a0cab.zip |
gnu: axoloti-patcher: Remove trailing #T.
* gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Remove trailing #T
from build phase.
Change-Id: I1a741e41e7ae167cd72542c3f9cf9a13046bcd3c
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/axoloti.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm index fbb027d9b5..8e26884942 100644 --- a/gnu/packages/axoloti.scm +++ b/gnu/packages/axoloti.scm @@ -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 |