emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#65930: closed ([PATCH 0/1] gnu: Add dzaima-apl.)


From: GNU bug Tracking System
Subject: bug#65930: closed ([PATCH 0/1] gnu: Add dzaima-apl.)
Date: Wed, 18 Oct 2023 20:42:01 +0000

Your message dated Wed, 18 Oct 2023 22:40:30 +0200
with message-id <875y3364w1.fsf@gnu.org>
and subject line Re: [bug#65930] [PATCH 1/1] gnu: Add dzaima-apl.
has caused the debbugs.gnu.org bug report #65930,
regarding [PATCH 0/1] gnu: Add dzaima-apl.
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
65930: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65930
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 0/1] gnu: Add dzaima-apl. Date: Thu, 14 Sep 2023 13:26:32 +0900
Spiritually an open source implementation of Dyalog APL, but also with some 
extensions. Quite different from GNU APL.

B. Wilson (1):
  gnu: Add dzaima-apl.

 gnu/packages/apl.scm | 85 ++++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)


base-commit: 2afa9353a0f69dabf4ddec54b58b60308092c794
-- 
2.41.0




--- End Message ---
--- Begin Message --- Subject: Re: [bug#65930] [PATCH 1/1] gnu: Add dzaima-apl. Date: Wed, 18 Oct 2023 22:40:30 +0200 User-agent: Gnus/5.13 (Gnus v5.13)
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 --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)))

--- End Message ---

reply via email to

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