From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id mPJYCHaLMWVNfAAA9RJhRA:P1 (envelope-from ) for ; Thu, 19 Oct 2023 22:03:02 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id mPJYCHaLMWVNfAAA9RJhRA (envelope-from ) for ; Thu, 19 Oct 2023 22:03:02 +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 B45E358692 for ; Thu, 19 Oct 2023 22:03:01 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=ftVqSST9; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1697745782; 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=T5iqlPiJ/FJeg5+S+PK6CkXzrJhm0dMtHYzqRzviGjA=; b=SC4MZWuag2a/mfboNdk4VYn2QF2fsyZ6t+S3tf6l/Zx4jtoOJFNGFWSapXiSEKLTqg+cln 7xs9jhd2Do4Tuq7/iX3VPb0rfupE6T9F/pJG9xsTBz9WWAKotf3t0dldfE6pR1GJWip1F5 j8OWJyaYBXPFIakBw1G2Yg6KQLffpreWQMZP7muTfvttn4cwOS7cB/orDRxhF5FwCSFz/P NHohJxTa32lkqEfh6PdCgQUSKWFzzhLhH0CQGKm6NEJ4YHLtoHXBLPQSQU85iESsBhczeK 0P1LFutjoaEVDMN0f9hOKX+A6xK40q8MHh9nBXjyuJXpts3YrBswTP7LUJBJHg== 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=ftVqSST9; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697745782; a=rsa-sha256; cv=none; b=evu7ZorTucA+wPAbhZJimhA8nDaeNAzXl3uYwLscdpSPodVmSEtvPO9qVAIwTkv1F4gInh s+G+dWiwVsNNKOcm1TRZp4LETXVihBTv/8B1K5Xrsh3idF+j7yByazxvbyLorIXGc4XUl3 9eboov0YN312NMlK8SgW7+3GLAkS7UMRIBDG6ZoJkH2JJoAP+cz5KQaezqt+O0Wq3TkeGE JQyqR34OXDfVxDAm+kbKwx7/O/jRC1aXmadmRNqY8nxlOiMsgfbYEG+Jkr0Gtst/VnnCUA XL16efY0d2Q5ghPFVpmQjq0XXQyahnD0m80n1eXOiIXFM9c1BTrngujkbbp9Og== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qtZE5-0003VP-9h; Thu, 19 Oct 2023 16:02:38 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtZE4-0003Uh-66 for guix-patches@gnu.org; Thu, 19 Oct 2023 16:02:36 -0400 Received: from debbugs.gnu.org ([2001:470:142:5::43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1qtZE3-0003Zn-Sv for guix-patches@gnu.org; Thu, 19 Oct 2023 16:02:35 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qtZEU-0005hp-Iw for guix-patches@gnu.org; Thu, 19 Oct 2023 16:03:02 -0400 Subject: bug#65477: [PATCH v2 1/2] gnu: Add cl-slite. Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-To: guix-patches@gnu.org Resent-Date: Thu, 19 Oct 2023 20:03:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: cc-closed 65477 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: ykonai Cc: 65477-done@debbugs.gnu.org Mail-Followup-To: 65477@debbugs.gnu.org, ludo@gnu.org, mail@ykonai.net Received: via spool by 65477-done@debbugs.gnu.org id=D65477.169774576521895 (code D ref 65477); Thu, 19 Oct 2023 20:03:02 +0000 Received: (at 65477-done) by debbugs.gnu.org; 19 Oct 2023 20:02:45 +0000 Received: from localhost ([127.0.0.1]:37874 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtZEC-0005h4-Pm for submit@debbugs.gnu.org; Thu, 19 Oct 2023 16:02:45 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:59192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qtZEB-0005gr-4J for 65477-done@debbugs.gnu.org; Thu, 19 Oct 2023 16:02:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1qtZDe-0003UF-9M; Thu, 19 Oct 2023 16:02:10 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=T5iqlPiJ/FJeg5+S+PK6CkXzrJhm0dMtHYzqRzviGjA=; b=ftVqSST9NI6cOaYf98S2 NzkbUhVjIaXVU9haH7QX6ftMm9pPkP2kIfjpGxEFiFjb1NjStzNNfSuTrxgPmi4Pv1i4VGM6snTy5 TcJc0cVtaXFcZOHy4rHCSz70UrlgZsgeo0+x/l7/alR22cCNd7yCmBy6fpFzi18MwkoBGfvP+JWnl qpATO3KYFwZkV+f1Ks7/dkdGbwfgLcfsQqF4ZpBs7byhm6GTXIBQsBtZ2aOOHFHMuSM5+lgFN702k RBFHzrhJ2bWCES9EQ0xJDouzQqcLe9yTMgRcM22KlPMIzEjcxxuG8fTXfjXRl2ejrAuQq8nK9LBXu uaV/cYibgKsSHQ==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <31ccdfcb77fe881b5720b640f4851ac51d2c1218.1695846794.git.mail@ykonai.net> (ykonai's message of "Wed, 27 Sep 2023 22:33:13 +0200") References: <31ccdfcb77fe881b5720b640f4851ac51d2c1218.1695846794.git.mail@ykonai.net> Date: Thu, 19 Oct 2023 22:02:04 +0200 Message-ID: <87edhqz8hv.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -6.83 X-Spam-Score: -6.83 X-Migadu-Queue-Id: B45E358692 X-Migadu-Scanner: mx2.migadu.com X-TUID: nlzlGg+7c688 Hi, ykonai skribis: > * gnu/packages/lisp-xyz.scm (cl-slite, ecl-slite, sbcl-slite): New variab= les. [...] > * gnu/packages/lisp-xyz.scm (emacs-slite): New variable. Applied, thanks! Ludo=E2=80=99.