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

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

bug#55942: closed ([PATCH 1/3] gnu: serapeum: Remove input labels.)


From: GNU bug Tracking System
Subject: bug#55942: closed ([PATCH 1/3] gnu: serapeum: Remove input labels.)
Date: Tue, 14 Jun 2022 14:01:01 +0000

Your message dated Tue, 14 Jun 2022 13:59:43 +0000
with message-id <87v8t3mjjy.fsf@kitej>
and subject line Re: [bug#55942] [PATCH 3/3] gnu: serapeum: Update to 
0.0.0-7.d2150c6.
has caused the debbugs.gnu.org bug report #55942,
regarding [PATCH 1/3] gnu: serapeum: Remove input labels.
to be marked as done.

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


-- 
55942: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=55942
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH 1/3] gnu: serapeum: Remove input labels. Date: Mon, 13 Jun 2022 12:25:10 +0000
* gnu/packages/lisp-xyz.scm (serapeum)[inputs, native-inputs]: Remove
labels.
---
 gnu/packages/lisp-xyz.scm | 30 +++++++++++++++---------------
 1 file changed, 15 insertions(+), 15 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index c3b14135a3..e2c8e06f92 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -7521,22 +7521,22 @@ (define-public sbcl-serapeum
           (base32 "0vij9jhji09way1rpd0r5sgjnh5amm3f2ymppnqkw0c6nnk2p0kd"))))
       (build-system asdf-build-system/sbcl)
       (inputs
-       `(("alexandria" ,sbcl-alexandria)
-         ("trivia" ,sbcl-trivia)
-         ("split-sequence" ,sbcl-split-sequence)
-         ("string-case" ,sbcl-string-case)
-         ("parse-number" ,sbcl-parse-number)
-         ("trivial-garbage" ,sbcl-trivial-garbage)
-         ("bordeaux-threads" ,sbcl-bordeaux-threads)
-         ("named-readtables" ,sbcl-named-readtables)
-         ("fare-quasiquote" ,sbcl-fare-quasiquote)
-         ("parse-declarations-1.0" ,sbcl-parse-declarations)
-         ("global-vars" ,sbcl-global-vars)
-         ("trivial-file-size" ,sbcl-trivial-file-size)
-         ("trivial-macroexpand-all" ,sbcl-trivial-macroexpand-all)))
+       (list sbcl-alexandria
+             sbcl-trivia
+             sbcl-split-sequence
+             sbcl-string-case
+             sbcl-parse-number
+             sbcl-trivial-garbage
+             sbcl-bordeaux-threads
+             sbcl-named-readtables
+             sbcl-fare-quasiquote
+             sbcl-parse-declarations
+             sbcl-global-vars
+             sbcl-trivial-file-size
+             sbcl-trivial-macroexpand-all))
       (native-inputs
-       `(("fiveam" ,sbcl-fiveam)
-         ("local-time" ,sbcl-local-time)))
+       (list sbcl-fiveam
+             sbcl-local-time))
       (arguments
        '(#:phases
          (modify-phases %standard-phases
--
2.36.1





--- End Message ---
--- Begin Message --- Subject: Re: [bug#55942] [PATCH 3/3] gnu: serapeum: Update to 0.0.0-7.d2150c6. Date: Tue, 14 Jun 2022 13:59:43 +0000
Patches pushed as 240ac3b75cb5b3140f5d0c917884e6dedee863be and
following.
Thanks.

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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