From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id SLG5EP7KYGKpbgEAbAwnHQ (envelope-from ) for ; Thu, 21 Apr 2022 05:09:50 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id oBSuEP7KYGKrQQAA9RJhRA (envelope-from ) for ; Thu, 21 Apr 2022 05:09:50 +0200 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D6E043F0D9 for ; Thu, 21 Apr 2022 05:09:49 +0200 (CEST) Received: from localhost ([::1]:38770 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nhNCX-00040l-12 for larch@yhetil.org; Wed, 20 Apr 2022 23:09:49 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:55380) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nhNBo-0003fe-FK for guix-patches@gnu.org; Wed, 20 Apr 2022 23:09:04 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:54141) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nhNBm-0003tS-8e for guix-patches@gnu.org; Wed, 20 Apr 2022 23:09:04 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nhNBm-0001E1-2j for guix-patches@gnu.org; Wed, 20 Apr 2022 23:09:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#55051] [PATCH 2/3] gnu: cl-trivia: Remove trailing booleans. Resent-From: "Paul A. Patience" Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Thu, 21 Apr 2022 03:09:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 55051 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 55051@debbugs.gnu.org Cc: "Paul A. Patience" Received: via spool by 55051-submit@debbugs.gnu.org id=B55051.16505104944624 (code B ref 55051); Thu, 21 Apr 2022 03:09:02 +0000 Received: (at 55051) by debbugs.gnu.org; 21 Apr 2022 03:08:14 +0000 Received: from localhost ([127.0.0.1]:48033 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhNB0-0001CR-41 for submit@debbugs.gnu.org; Wed, 20 Apr 2022 23:08:14 -0400 Received: from mail-4018.proton.ch ([185.70.40.18]:34022) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nhNAy-0001CA-8o for 55051@debbugs.gnu.org; Wed, 20 Apr 2022 23:08:12 -0400 Date: Thu, 21 Apr 2022 03:08:02 +0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=apatience.com; s=protonmail2; t=1650510485; bh=MfA2xQ16p2a3D2YhMfMigE6bzlmgf1k3SEuoxQyYbV0=; h=Date:To:From:Cc:Reply-To:Subject:Message-ID:In-Reply-To: References:Feedback-ID:From:To:Cc:Date:Subject:Reply-To: Feedback-ID:Message-ID; b=ZDk8qF9i7cn2Xkm7EWthNwrufzwbm71p1C3Xhc757yGtoWrBck9AR6l67CUszlU2G hLCuzU6KnaD0tEUbmaB5GNwQ6bKBi4D1wdHgvXPBZMfhYzArpvJF4//u89ZCjn7+XX BWP2582B8ogjw1AzpPEqrn5BX1PM6+hahJZwO6hN+AgX3GE2fJ1BatRJXuL8LTZJdD FPUPWPA7O5PTgn6KlSJ8X9fm5ECjFLJ7aCQ8EwrWiHvsKekKB2ZrOZrcgVui3fev/O ANZBM+a2cVpnALZ6P5OvJ/yUeJfErA7l6WE88/FrvWI/F+nvMZtdS3FEYaJArEMuw7 dJuT++Dl59N3g== From: "Paul A. Patience" Message-ID: <20220421030745.271304-2-paul@apatience.com> In-Reply-To: <20220421030745.271304-1-paul@apatience.com> References: <20220421030745.271304-1-paul@apatience.com> Feedback-ID: 19227857:user:proton MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Reply-To: "Paul A. Patience" Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: "Guix-patches" X-Migadu-Flow: FLOW_IN X-Migadu-To: larch@yhetil.org X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1650510589; h=from:from:sender:sender:reply-to:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-type:content-type: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=MfA2xQ16p2a3D2YhMfMigE6bzlmgf1k3SEuoxQyYbV0=; b=QbVpCKRUIFMhAG3IPEwm263iomKU1MDdVgZp+BYRLknaysFb3EwjHSvlRx8f12BC0hRlPw ody0b7hfF9uxCJxfAZ6mztcf19DTj6GKoDc3idHNEdcxjigvTTjZJqo0dVkciTQCL6hGp2 re/meUr7Qy5l5UkMbz1jm9mLr8okT7xOGMLuSNxgh9m0DJ3Ga/TvUvTROiVn79I2ospebw 8d9saUMt+hjABFXNWCXn+m3dV6ZOcm4PWw8uw8/43c/c7UESPvlOv1VsapRIKrqev4b8/B 1dtF52Uh9bqBKIoFlr2L2R11DnTUEKg80Ii+7VNxQIOOTJ2+6yo5gY1VVBhusA== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1650510589; a=rsa-sha256; cv=none; b=V76kJH9C8tsY0tPGIvxm+XGT3Ef60nh3UrJ7yYxAo+LAf/0+BeKrjw9pXOcih5VP6MWgHX hdicKH5HVEQdT2N7onMKK3LhrVU+mYrdc4A5DiYR1aBYWYmwnKpz9fD9gqwA1n5/TOzWHg ITPXAeOET/yyUiCTIV6+N1+7vx9XNZcWFIJkdi0ElThwjlX0v40Xb7F+M3F2Rj5HpKPjaV XNq7R5pJVbw+MkBQBpfaKPFjkxJhgNxr4swEmxdHl/S8dhEd6+13Ic2kxBGxjAnWSu+6un kWkagFn1z8K8+sNHrwB2d1ybrkWxtM/Sqba1aCz+uMDwYGlVV9jHeuuij+d2DQ== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=ZDk8qF9i; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 1.16 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=apatience.com header.s=protonmail2 header.b=ZDk8qF9i; dmarc=none; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: D6E043F0D9 X-Spam-Score: 1.16 X-Migadu-Scanner: scn0.migadu.com X-TUID: APIMYhoBhoDj * 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 compatib= le with Optima, another pattern matching library for Common Lisp. It is mean= t 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