guix-commits
[Top][All Lists]
Advanced

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

04/09: gnu: axoloti-runtime: Simplify.


From: guix-commits
Subject: 04/09: gnu: axoloti-runtime: Simplify.
Date: Thu, 4 Apr 2024 18:58:07 -0400 (EDT)

rekado pushed a commit to branch master
in repository guix.

commit e391a271bb8d10b2f8a6a3cd162cf4d5d522abdf
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Thu Apr 4 21:41:20 2024 +0200

    gnu: axoloti-runtime: Simplify.
    
    * gnu/packages/axoloti.scm (axoloti-runtime)[source]: Remove BEGIN and
    trailing #T from snippet.
    
    Change-Id: I79d0c11e5430f56bcb07d70b285ec94116d7b509
---
 gnu/packages/axoloti.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm
index a36210b7d4..ae3bf4ce2b 100644
--- a/gnu/packages/axoloti.scm
+++ b/gnu/packages/axoloti.scm
@@ -85,11 +85,9 @@
        (sha256
         (base32 "1qffis277wshldr3i939b0r2x3a2mlr53samxqmr2nk1sfm2b4w9"))
        (modules '((guix build utils)))
+       ;; Remove pre-built Java binaries.
        (snippet
-        '(begin
-           ;; Remove pre-built Java binaries.
-           (delete-file-recursively "lib/")
-           #t))))
+        '(delete-file-recursively "lib/"))))
     (build-system gnu-build-system)
     (arguments
      `(#:tests? #f ; no check target



reply via email to

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