diff mbox series

bug#65930: [PATCH 1/1] gnu: Add dzaima-apl.

Message ID 875y3364w1.fsf@gnu.org
State New
Headers show
Series bug#65930: [PATCH 1/1] gnu: Add dzaima-apl. | expand

Commit Message

Ludovic Courtès Oct. 18, 2023, 8:40 p.m. UTC
Hi,

"B. Wilson" <elaexuotee@wilsonb.com> skribis:

> * gnu/packages/apl.scm (dzaim-apl): New variable.

I made the changes below and applied it, thanks!

Ludo’.
diff mbox series

Patch

diff --git a/gnu/packages/apl.scm b/gnu/packages/apl.scm
index eb2793dd0f..afe02736ad 100644
--- a/gnu/packages/apl.scm
+++ b/gnu/packages/apl.scm
@@ -141,9 +141,8 @@  (define-public dzaima-apl
     (inputs (list bash-minimal openjdk18))
     (native-inputs (list `(,openjdk18 "jdk") zip))
     (arguments
-      (list
+     (list
        #:imported-modules `(,@%gnu-build-system-modules
-                            (guix build syscalls)
                             (guix build ant-build-system))
        #:modules `((guix build gnu-build-system)
                    ((guix build ant-build-system) #:prefix ant:)
@@ -202,6 +201,8 @@  (define-public dzaima-apl
               (apply (assoc-ref ant:%standard-phases 'reorder-jar-content)
                      #:outputs (list outputs)))))))
     (home-page "https://github.com/dzaima/APL")
-    (synopsis "APL implementation in Java")
-    (description "An implementation of Extended Dyalog APL.")
-    (license license:expat-0)))
+    (synopsis "Implementation of the APL programming language in Java")
+    (description
+     "This package provides an implementation of APL in Java, extended from
+Dyalog APL.")
+    (license license:expat)))