guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/02: gnu: axoloti-patcher: Remove trailing #T.


From: guix-commits
Subject: 02/02: gnu: axoloti-patcher: Remove trailing #T.
Date: Tue, 19 Dec 2023 19:01:41 -0500 (EST)

rekado pushed a commit to branch master
in repository guix.

commit dc2b59ddc1e8f510935777db40e881896f7a0cab
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Dec 20 00:59:34 2023 +0100

    gnu: axoloti-patcher: Remove trailing #T.
    
    * gnu/packages/axoloti.scm (axoloti-patcher)[arguments]: Remove trailing #T
    from build phase.
    
    Change-Id: I1a741e41e7ae167cd72542c3f9cf9a13046bcd3c
---
 gnu/packages/axoloti.scm | 3 +--
 1 file changed, 1 insertion(+), 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]