unofficial mirror of guix-patches@gnu.org 
 help / color / mirror / code / Atom feed
From: "Paul A. Patience" <paul@apatience.com>
To: 55051@debbugs.gnu.org
Cc: "Paul A. Patience" <paul@apatience.com>
Subject: [bug#55051] [PATCH 2/3] gnu: cl-trivia: Remove trailing booleans.
Date: Thu, 21 Apr 2022 03:08:02 +0000	[thread overview]
Message-ID: <20220421030745.271304-2-paul@apatience.com> (raw)
In-Reply-To: <20220421030745.271304-1-paul@apatience.com>

* gnu/packages/lisp-xyz.scm (sbcl-trivia.trivial,
  sbcl-trivia)[arguments]: Remove trailing booleans.
---
 gnu/packages/lisp-xyz.scm | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)

diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm
index 69382e4d4f..abb608702d 100644
--- a/gnu/packages/lisp-xyz.scm
+++ b/gnu/packages/lisp-xyz.scm
@@ -6250,8 +6250,7 @@ (define-public sbcl-trivia.trivial
                            "trivia.quasiquote.asd"
                            "trivia.cffi.asd"
                            "trivia.asd"
-                           "trivia.test.asd"))
-               #t)))))
+                           "trivia.test.asd")))))))
       (synopsis "Pattern matching in Common Lisp")
       (description "Trivia is a pattern matching compiler that is compatible
 with Optima, another pattern matching library for Common Lisp.  It is meant to
@@ -6294,8 +6293,7 @@ (define-public sbcl-trivia
                        '("trivia.level0.asd"
                          "trivia.level1.asd"
                          "trivia.level2.asd"
-                         "trivia.trivial.asd"))
-             #t)))))))
+                         "trivia.trivial.asd")))))))))

 (define-public cl-trivia
   (sbcl-package->cl-source-package sbcl-trivia))
--
2.35.1






  reply	other threads:[~2022-04-21  3:09 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-04-21  3:06 [bug#55051] [PATCH 0/3] gnu: cl-trivia: Update to 0.1-0.8b406c3 Paul A. Patience
2022-04-21  3:07 ` [bug#55051] [PATCH 1/3] gnu: cl-trivia: Remove input labels Paul A. Patience
2022-04-21  3:08   ` Paul A. Patience [this message]
2022-04-21  3:08   ` [bug#55051] [PATCH 3/3] gnu: cl-trivia: Update to 0.1-0.8b406c3 Paul A. Patience
2022-04-23  8:58 ` bug#55051: [PATCH 0/3] " 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

  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=20220421030745.271304-2-paul@apatience.com \
    --to=paul@apatience.com \
    --cc=55051@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 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).