all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 62270@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#62270] [PATCH v2 1/2] gnu: cl-eclector: Improve package style.
Date: Sun, 19 Mar 2023 19:42:28 +0000	[thread overview]
Message-ID: <20230319194217.4627-2-paul@apatience.com> (raw)
In-Reply-To: <20230319194217.4627-1-paul@apatience.com>

* gnu/packages/lisp-xyz.scm (sbcl-eclector):
[file-name]: Rename to cl-eclector.
[inputs]: Move below native-inputs and remove labels.
---
 gnu/packages/lisp-xyz.scm | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index da442ee58b..8ee8d28180 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -16975,17 +16975,17 @@ (define-public sbcl-eclector
        (uri (git-reference
              (url "https://github.com/s-expressionists/Eclector")
              (commit version)))
-       (file-name (git-file-name name version))
+       (file-name (git-file-name "cl-eclector" version))
        (sha256
         (base32 "0bwkla0jdp5bg0q1zca5wg22b0nbdmglgax345nrhsf8bdrh47wm"))))
     (build-system asdf-build-system/sbcl)
-    (inputs
-     `(("acclimation" ,sbcl-acclimation)
-       ("alexandria" ,sbcl-alexandria)
-       ("closer-mop" ,sbcl-closer-mop)
-       ("concrete-syntax-tree" ,sbcl-concrete-syntax-tree)))
     (native-inputs
      (list sbcl-fiveam))
+    (inputs
+     (list sbcl-acclimation
+           sbcl-alexandria
+           sbcl-closer-mop
+           sbcl-concrete-syntax-tree))
     (arguments
      '(#:asd-systems '("eclector"
                        "eclector-concrete-syntax-tree")))
--
2.39.2






  reply	other threads:[~2023-03-19 19:43 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2023-03-19  1:27 [bug#62270] [PATCH 0/2] gnu: cl-eclector: Update to 0.9.0-0.711140a Paul A. Patience
2023-03-19  1:28 ` [bug#62270] [PATCH 1/2] gnu: cl-eclector: Improve package style Paul A. Patience
2023-03-19  1:28   ` [bug#62270] [PATCH 2/2] gnu: cl-eclector: Update to 0.9.0-0.711140a Paul A. Patience
2023-03-19 19:42 ` [bug#62270] [PATCH v2 0/2] gnu: cl-eclector: Update to 0.9.0 Paul A. Patience
2023-03-19 19:42   ` Paul A. Patience [this message]
2023-03-19 19:42   ` [bug#62270] [PATCH v2 2/2] " Paul A. Patience
2023-03-22  9:39   ` bug#62270: [PATCH v2 0/2] " Guillaume Le Vaillant

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

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

  git send-email \
    --in-reply-to=20230319194217.4627-2-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=62270@debbugs.gnu.org \
    /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 external index

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

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.