From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id sEPcFmcCI2U8nwAAG6o9tA:P1 (envelope-from ) for ; Sun, 08 Oct 2023 21:26:31 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id sEPcFmcCI2U8nwAAG6o9tA (envelope-from ) for ; Sun, 08 Oct 2023 21:26:31 +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 D668B38FDC for ; Sun, 8 Oct 2023 21:26:30 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=cominety.net header.s=dkim header.b=scfk52tR; 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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1696793191; 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-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=FgYryy38MrfFS/3V6JA0tdtGvsNq8pB0kz7X0dQFkXE=; b=BO9J776/dp2WHIrzGxS5lVDzWIuovLVoy6DwkZ88ICIDje5WKEo9M9yQP1r9tnN3PFLqro FULR1/3aVP3v4LH5OoJZEVSyYn1tdbP7jsgPo32EgfRnLJNStJcqFi8ovzT0eahxZph5p+ 81EFFtf5nv9iddzI8lR1Ue9/HDe/YL31KDr8z4qpM8hQmkX2XUsfovGpKPkLz3ZsK/NBDs eBPx5AhxMshYJ1VwrofSmTsy4/wQHy98XS+eI2iMjRgAebg2jU92qwlhQ1Ru6fpvwpRa6U gaQNDRyMC8VCEVB0jCU4QE3dzw7LPULUC7wcDwyg5Ly+laNgqIpbks6jmFnrCA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=cominety.net header.s=dkim header.b=scfk52tR; 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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1696793191; a=rsa-sha256; cv=none; b=G5Jw6Xvuu4b8/uGjW10YdKJuKR8cJaT4NJPE/EES7OgVUJFRKzeeLVKG7C02H5QCzzzDr9 oKeomCEVxDFYkCaPNjUwldL9Qxec0NOcP/gmI98UnChaulH6gbOose/weRf330iFz8qafM JkI9UGBkRiKAqySypo/2BTBFm8/xw+sadYIbxMtjrhLGhi62h8ksr2BDkJ18pi5o/lxzMT HhH6yvvNlsEw7nTYg6bV0AH8gpL7FyZBmXWrHkIEwf+zqGEYg/anuqzwRfifYup4lmC3UP 9UC94nMIQ2ek4t/G23FeARyX8KRPmAQ6TjXaxetKNPrleKIaAeNqj1tZuihiKg== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qpZPM-00012E-Da; Sun, 08 Oct 2023 15:25:44 -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 1qpZPK-00011W-Mp for guix-patches@gnu.org; Sun, 08 Oct 2023 15:25:42 -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 1qpZPK-00080B-Ec for guix-patches@gnu.org; Sun, 08 Oct 2023 15:25:42 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qpZPe-0000eq-DI for guix-patches@gnu.org; Sun, 08 Oct 2023 15:26:02 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#66318] [PATCH 2/3] [PATCH] gnu: add sbcl-clad Resent-From: Gabriel Hondet Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Sun, 08 Oct 2023 19:26:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66318 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66318@debbugs.gnu.org Cc: Gabriel Hondet Received: via spool by 66318-submit@debbugs.gnu.org id=B66318.16967931482486 (code B ref 66318); Sun, 08 Oct 2023 19:26:02 +0000 Received: (at 66318) by debbugs.gnu.org; 8 Oct 2023 19:25:48 +0000 Received: from localhost ([127.0.0.1]:58535 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpZPP-0000dv-QB for submit@debbugs.gnu.org; Sun, 08 Oct 2023 15:25:48 -0400 Received: from mx.tedomum.net ([51.255.128.51]:48384) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qpXZt-00059G-1O for 66318@debbugs.gnu.org; Sun, 08 Oct 2023 13:28:29 -0400 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cominety.net; s=dkim; t=1696786083; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding: in-reply-to:in-reply-to:references:references; bh=FgYryy38MrfFS/3V6JA0tdtGvsNq8pB0kz7X0dQFkXE=; b=scfk52tR11bJwTA4bn0QO9Uh7f9SndlAUz4HuDpRWccj3HnD8rcTW2nfRh07SnrJdytG8h QbepMc7ah43STajK6DuUpZ27hfRMYS9XffruBh+MOJUu5r+8mrfJpEY9sExmMHs4fVdGJL 7hIdk1kEsV+zOnYm1gmXTrbksE11Uy0= Date: Sun, 8 Oct 2023 19:27:43 +0200 Message-ID: In-Reply-To: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net> References: <40aca978fb1fba5500aaeb82249a6b363a07e25a.1696447957.git.gabriel.hondet@cominety.net> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Spamd-Bar: / X-Mailman-Approved-At: Sun, 08 Oct 2023 15:25:45 -0400 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: Gabriel Hondet X-ACL-Warn: , Gabriel Hondet via Guix-patches From: Gabriel Hondet via Guix-patches via Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: -4.69 X-Spam-Score: -4.69 X-Migadu-Queue-Id: D668B38FDC X-Migadu-Scanner: mx2.migadu.com X-TUID: SM4KMf7grzOn From: Gabriel Hondet --- gnu/packages/lisp-xyz.scm | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 003abe6f9c..79a96988f5 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -10596,6 +10596,34 @@ (define-public sbcl-xhtmlambda (define-public cl-xhtmlambda (sbcl-package->cl-source-package sbcl-xhtmlambda)) +(define-public sbcl-clad + (let ((commit "1ff6f417d4ee3836d1edd96923d4b03f3cafa849")) + (package + (name "sbcl-clad") + (version + ;; There's no version, but there's a timestamp + (git-version "2023-01-21" "0" commit)) + (source + (origin + (method git-fetch) + (uri (git-reference + (url "https://gitlab.common-lisp.net/mantoniotti/CLAD") + (commit commit))) + (sha256 + (base32 "184mhdq7pxd6hd4rzv8z4lfbwnkyhgm5bdn3xsqaav2j0d1dqm6i")))) + (build-system asdf-build-system/sbcl) + (synopsis "CLAD is a library providing \"standard\" locations on the +file system") + (description + "The Common Lisp Application Directories (CLAD) library is +a simple API collection that provides access to a set of \"standard\" Common +Lisp folders on a \"per-application\" or \"per-library\" basis.") + (license license:expat) ;the mit-modern-variant is used + (home-page "https://gitlab.common-lisp.net/mantoniotti/CLAD")))) + +(define-public cl-clad + (sbcl-package->cl-source-package sbcl-clad)) + (define-public sbcl-plump (let ((commit "0c3e0b57b43b6e0c5794b6a902f1cf5bee2a2927") (revision "3")) -- 2.41.0