unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Ludovic Courtès" <ludo@gnu.org>
To: "B. Wilson" <elaexuotee@wilsonb.com>
Cc: 65930-done@debbugs.gnu.org
Subject: bug#65930: [PATCH 1/1] gnu: Add dzaima-apl.
Date: Wed, 18 Oct 2023 22:40:30 +0200	[thread overview]
Message-ID: <875y3364w1.fsf@gnu.org> (raw)
In-Reply-To: <20230914042830.21338-1-elaexuotee@wilsonb.com> (B. Wilson's message of "Thu, 14 Sep 2023 13:28:30 +0900")

[-- Attachment #1: Type: text/plain, Size: 175 bytes --]

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’.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: Type: text/x-patch, Size: 1193 bytes --]

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)))

      reply	other threads:[~2023-10-18 20:42 UTC|newest]

Thread overview: 3+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-09-14  4:26 [bug#65930] [PATCH 0/1] gnu: Add dzaima-apl B. Wilson via Guix-patches via
2023-09-14  4:28 ` [bug#65930] [PATCH 1/1] " B. Wilson via Guix-patches via
2023-10-18 20:40   ` Ludovic Courtès [this message]

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://guix.gnu.org/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=875y3364w1.fsf@gnu.org \
    --to=ludo@gnu.org \
    --cc=65930-done@debbugs.gnu.org \
    --cc=elaexuotee@wilsonb.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/guix.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).