GNU bug report logs -
#65930
[PATCH 0/1] gnu: Add dzaima-apl.
Previous Next
Reported by: "B. Wilson" <elaexuotee <at> wilsonb.com>
Date: Thu, 14 Sep 2023 04:28:01 UTC
Severity: normal
Tags: patch
Done: Ludovic Courtès <ludo <at> gnu.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
[Message part 1 (text/plain, inline)]
Your message dated Wed, 18 Oct 2023 22:40:30 +0200
with message-id <875y3364w1.fsf <at> 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 <at> gnu.org.)
--
65930: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=65930
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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
[Message part 3 (message/rfc822, inline)]
[Message part 4 (text/plain, inline)]
Hi,
"B. Wilson" <elaexuotee <at> wilsonb.com> skribis:
> * gnu/packages/apl.scm (dzaim-apl): New variable.
I made the changes below and applied it, thanks!
Ludo’.
[Message part 5 (text/x-patch, inline)]
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)))
This bug report was last modified 1 year and 294 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.