From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id 8DGfJW/OD2OaTQAAbAwnHQ (envelope-from ) for ; Wed, 31 Aug 2022 23:11:11 +0200 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id cD1pJW/OD2NyDAEAauVa8A (envelope-from ) for ; Wed, 31 Aug 2022 23:11:11 +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 70D26A426 for ; Wed, 31 Aug 2022 23:11:11 +0200 (CEST) Received: from localhost ([::1]:40842 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1oTUzO-0001VN-GJ for larch@yhetil.org; Wed, 31 Aug 2022 17:11:10 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:53000) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTUzH-0001UN-6t for guix-patches@gnu.org; Wed, 31 Aug 2022 17:11:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:50871) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1oTUzG-0003dk-UU for guix-patches@gnu.org; Wed, 31 Aug 2022 17:11:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1oTUzG-0002Oh-JH for guix-patches@gnu.org; Wed, 31 Aug 2022 17:11:02 -0400 Subject: bug#56989: bug#56993: [PATCH v1 5/5] gnu: bqn: Add cbqn. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Wed, 31 Aug 2022 21:11:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 56989 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: Christopher Rodriguez Cc: 56993-done@debbugs.gnu.org, 56989-done@debbugs.gnu.org Mail-Followup-To: 56989@debbugs.gnu.org, ludo@gnu.org, yewscion@gmail.com Received: via spool by 56989-done@debbugs.gnu.org id=D56989.16619802579199 (code D ref 56989); Wed, 31 Aug 2022 21:11:02 +0000 Received: (at 56989-done) by debbugs.gnu.org; 31 Aug 2022 21:10:57 +0000 Received: from localhost ([127.0.0.1]:40619 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTUzA-0002OI-Rr for submit@debbugs.gnu.org; Wed, 31 Aug 2022 17:10:57 -0400 Received: from eggs.gnu.org ([209.51.188.92]:60154) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oTUz6-0002Ns-CO; Wed, 31 Aug 2022 17:10:55 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:47896) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTUz1-0003ci-3i; Wed, 31 Aug 2022 17:10:47 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:In-Reply-To:Date:References:Subject:To: From; bh=lQOzTPMjn7oifxxErl3lXDGu8EkIKW7YHAfPU3n0mzE=; b=IiZ6TIVv+dvqul3HYTRA yHCbP1c8I8vjHyqCq7UcOFZW/vdWVV4XE+5lJcRA/bAvJifrOXaJADXp3PAOw0IFc6p9FMNFsYsBT InsWkMTivNmzCq9w6Fdfq9GSoIMlDkOdl3QS9h+qgyQXJ3t3mobh4to4sz4DKOolqDGeXjVzV1Dwh d8d66ViLs6kBBBJcQPnIXsvJbIgJaGzeWXfrIWICMCtXX3wg2g+JgbHZC4lW/0/DaE3yD881WGEbN FF8XsTacmuSLQQ95XndZrfi/95CHPgb9CQjDHE2pr2pUoSBUUUzsMs/smb5w59hpNSTcjPAy7Dz3i Fgddb72sj0aDOA==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201]:56679 helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oTUz0-0005KK-Ix; Wed, 31 Aug 2022 17:10:46 -0400 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <20220805022023.5044-1-yewscion@gmail.com> <20220810172800.13189-1-yewscion@gmail.com> Date: Wed, 31 Aug 2022 23:10:44 +0200 In-Reply-To: <20220810172800.13189-1-yewscion@gmail.com> (Christopher Rodriguez's message of "Wed, 10 Aug 2022 13:27:56 -0400") Message-ID: <87a67k9l0r.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux) 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: , 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=1661980271; h=from:from:sender:sender: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-to: 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=lQOzTPMjn7oifxxErl3lXDGu8EkIKW7YHAfPU3n0mzE=; b=ofjiS8BkRr6h1pzJXYg8D+0JYdCoKFGwnU/2mV1ryik8giijDPOpkpG1uiN2YvByaiZs0D nGxn4Zu+kIKVltAvAT5HRvoIJ1LObV3j8WxcfZ0I+1s7GApKPmdtsqIKhEls+5dfMQj3aq umDniduNtIBXTVpk7sUXkbVH+Tekp4Z2qk0Elu/7E1NzGug02xGmSGkrK9gnDTEg1cVvES Uk5g0Hp0Q1Kxb+NG8XecIyLwH/w1Pn43DL3clV7BxArjiyrL7lUcIx9A14DouUTjUlXg/2 KvQs5ajQi8yhgQj89Z6QeWnXas/KYdCFvxDbtaDWsROfFSWkjAnn/0AP7mF7fQ== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1661980271; a=rsa-sha256; cv=none; b=geLskmKvEWVNyLFglFzltqRwkVAqOFU+H8T3MgzxjJRWTpqXpBwRZumeuQE/dGJHmE2tp6 sOLTA/j+YHyBGMb0ptgooEezVKbTleleB2uqYAUesQ8odmS1eSoajGgRVdAFbKBaDK2cBM U7fG2V3tvsWl+S7SIp71inlymuQuU0A4E0wvR88viLbUCJx1ng4yy7ceC9xkSuvOScqGis jahRnXYGFc4MgzjEgOKWz91VPLtugApAbBnSbzsU2FGaG/PPOd/PBUZOLKC719aFfBEUTm CwhEPRBRvOk4aPzzSE7O8ZkOP/1temxJX9REIyrPn4MBv0arRQBOFVZODbKDBw== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IiZ6TIVv; dmarc=pass (policy=none) header.from=gnu.org; 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: -2.18 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IiZ6TIVv; dmarc=pass (policy=none) header.from=gnu.org; 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: 70D26A426 X-Spam-Score: -2.18 X-Migadu-Scanner: scn1.migadu.com X-TUID: 43Ws8QtOsxdl Hi Christopher, Christopher Rodriguez skribis: > * gnu/packages/bqn.scm: Create module. > * gnu/local.mk (GNU_SYSTEM_MODULES): Register module. I applied the whole series with minor changes: adding newlines in between definitions, tweaking descriptions, etc. Thanks! Ludo=E2=80=99.