From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms8.migadu.com with LMTPS id 6IX1GeVhSWWiUAAAauVa8A:P1 (envelope-from ) for ; Mon, 06 Nov 2023 23:00:05 +0100 Received: from aspmx1.migadu.com ([2001:41d0:403:4876::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id 6IX1GeVhSWWiUAAAauVa8A (envelope-from ) for ; Mon, 06 Nov 2023 23:00:05 +0100 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 4FFF327A1A for ; Mon, 6 Nov 2023 23:00:05 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=MM8zkWj3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=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" ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1699308005; h=from:from:sender:sender: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=IiY0AsheKHfXiGhBBnuNVgywNwsWYbbEv94rWjZw+tA=; b=l10r9mPOHntNvcLUr35rz61A4oenUaJmYkpsua2Mw0z8Dp3xjykeeVMvBxN1W+HJoA4BFW 6PitIWnD9mCuA+cDgJiBC5tt56jV3AMXJhoi8yDrZ6Rpswebs4CTLmjAicqicrePaNyxJ3 5S9/w59SeviocoKza16vonI0t28ZgQEZs3nwgzNX85TevwkRRVRllmGTp9PZAEniWd4m51 1M91T+bxLoKCB5BOmIFeiGAfJNL/WDNYk4yVzvt+hXAVFH6M68pooXyNgjobOKiioNPUyG V3bK6SDDlTPRzqqMYfX7C5wYON4xHat8w4Ntfg1BCkQIOoD+ka+xyDHdBfPvAA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20230601 header.b=MM8zkWj3; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=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" ARC-Seal: i=1; s=key1; d=yhetil.org; t=1699308005; a=rsa-sha256; cv=none; b=o+Q09kbbLv1s6fLmXDofO+wAWMHmHKxzD7qE8ovHk2CmNFJAoIVhfkzrmmfDjHD84HZlXn WNuVmQYLQt3Qyi3FwOcamOqg1DekJ1tsdkJfgsM+xRK2+s1M0D0D5UMO+SLWw8Gn0MYlW+ k0ClaZ6DcUinnqsqUr1At8gsgA+7z6DYgb0o0RR2IkzLNUlwsfXVtTKPja5bJUY+D87Yr8 Wux/a+xpC7BC6NJb8EehttY6Wl87F+81MtMxeCOveIUnluamv6C3jeJq4ZLrgN1vDEbxRT b/gVWwFAUNrcKlb4ItDf105dgC2EuN7Sz1sGzwbeSOWOq5R8xEW8I0XGTfycww== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1r07d5-0006Ql-Be; Mon, 06 Nov 2023 16:59:31 -0500 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 1r07d0-00069U-I7 for guix-patches@gnu.org; Mon, 06 Nov 2023 16:59:28 -0500 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 1r07d0-000536-9U for guix-patches@gnu.org; Mon, 06 Nov 2023 16:59:26 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1r07da-0007Jw-40; Mon, 06 Nov 2023 17:00:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#66977] [PATCH 01/16] gnu: cl-trivial-shell: Patch shell path. Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: glv@posteo.net, cox.katherine.e+guix@gmail.com, me@bonfacemunyoki.com, jgart@dismail.de, guix-patches@gnu.org Resent-Date: Mon, 06 Nov 2023 22:00:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 66977 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 66977@debbugs.gnu.org Cc: Sharlatan Hellseher , Guillaume Le Vaillant , Katherine Cox-Buday , Munyoki Kilyungi , jgart X-Debbugs-Original-Xcc: Guillaume Le Vaillant , Katherine Cox-Buday , Munyoki Kilyungi , jgart Received: via spool by 66977-submit@debbugs.gnu.org id=B66977.169930794727851 (code B ref 66977); Mon, 06 Nov 2023 22:00:02 +0000 Received: (at 66977) by debbugs.gnu.org; 6 Nov 2023 21:59:07 +0000 Received: from localhost ([127.0.0.1]:40833 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r07ch-0007F9-0p for submit@debbugs.gnu.org; Mon, 06 Nov 2023 16:59:07 -0500 Received: from mail-lj1-x232.google.com ([2a00:1450:4864:20::232]:47483) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1r07cf-0007EV-7X for 66977@debbugs.gnu.org; Mon, 06 Nov 2023 16:59:06 -0500 Received: by mail-lj1-x232.google.com with SMTP id 38308e7fff4ca-2c5056059e0so71691111fa.3 for <66977@debbugs.gnu.org>; Mon, 06 Nov 2023 13:58:27 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1699307902; x=1699912702; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=IiY0AsheKHfXiGhBBnuNVgywNwsWYbbEv94rWjZw+tA=; b=MM8zkWj3isip0/kmWDTs1+gnB1J0yfMcgnjGVrCZ0JyUO1QKe5INZwS3T0UlVaq95o gN+X2AQxKku5wT/ZY/LGWgZ5N/VAHKxChZVkKrTYxVoJEVfu8VIiijzf4WT1ET7qafS2 orRs/3fpB1GfIJoYLTpdMLW5+WSOWZ7nkFMNW3vD0Ygp2KutdujXEaIaCCSROFBPWwcc NYK+cDpz4ctstzjrEeOynqmkaFj/e4GRfoif8g8mz8nU612lmaVPmvg9FUnPd6+k4JLg cOsJuJyq4pKVDufWmwUL2tug2suyplAk9t9ahNW2IdQE21FOAlyeJw1TE9jkls4hBM9A iOjw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1699307902; x=1699912702; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=IiY0AsheKHfXiGhBBnuNVgywNwsWYbbEv94rWjZw+tA=; b=R25Hp29kC06/GoJHyPCCyS8Ug1HT9VYtlKZ9LM585NlYttxQfSotU80CputlQah7Iz vpOQi1HKMb2z4wLKnBF4Hz82pFQWG5jtMTmL4IT+kVa8CewS4S9N8g01YRoqD6Dv5fMp BVsTI003XSPNOZDr5ab/+Li8fB5WaXNZTjTExpZ7YN05yxNWiSH68O5+X2AIxeK8apC6 dS1wBtd/tplgJyp7umhUyDiXBt9KYxGavxXJpXh3JUJOwyFkxU9b3nkD4q/tp9KmT46v SBf/lupZRCKiYC5eSHyPUhaDygRcnlW/JC8XgQq24gFUL1UoAlRk4/TQY8Qtc4mvNPYU 0Erw== X-Gm-Message-State: AOJu0YyCdVVy44S2lqLuyN8zyZzTFGJfDiGVG0II4mpy7YyNH8cWp9Ag VonxImHpnaqYCiWh4RYFd0CmBYtM2M6zpA== X-Google-Smtp-Source: AGHT+IHi1RhnyCvEn911pvvU2TVFvB0ol5AWj4j9zuaLAFQPAfZz3RvOv7OjnjVQHcYqvxsBjRrpjg== X-Received: by 2002:a19:9112:0:b0:503:2561:adbc with SMTP id t18-20020a199112000000b005032561adbcmr21791385lfd.64.1699307901546; Mon, 06 Nov 2023 13:58:21 -0800 (PST) Received: from localhost.localdomain (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id k8-20020adfe8c8000000b0032d9caeab0fsm620139wrn.77.2023.11.06.13.58.21 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 06 Nov 2023 13:58:21 -0800 (PST) From: Sharlatan Hellseher Date: Tue, 7 Nov 2023 00:57:45 +0000 Message-ID: X-Mailer: git-send-email 2.41.0 In-Reply-To: References: MIME-Version: 1.0 Content-Transfer-Encoding: 8bit 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-Flow: FLOW_IN X-Migadu-Country: US X-Migadu-Spam-Score: 9.89 X-Migadu-Spam: Yes X-Spam-Score: 9.89 X-Migadu-Scanner: mx10.migadu.com X-Spam: Yes X-Migadu-Queue-Id: 4FFF327A1A X-TUID: T7Hz5JMFpiZI * gnu/packages/lisp-xyz.scm (sbcl-trivial-shell): [source]: Update URL as maintainer and owner of repository was changed. [arguments]: Add 'fix-paths phase to patch location of the shell. Change-Id: Ib3ac95013d3cb5240eb0261ad53f484b14d8f76f --- gnu/packages/lisp-xyz.scm | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/gnu/packages/lisp-xyz.scm b/gnu/packages/lisp-xyz.scm index 4743e39d93..4e9b9894b2 100644 --- a/gnu/packages/lisp-xyz.scm +++ b/gnu/packages/lisp-xyz.scm @@ -17097,12 +17097,21 @@ (define-public sbcl-trivial-shell (origin (method git-fetch) (uri (git-reference - (url "https://github.com/gwkkwg/trivial-shell") + (url "https://github.com/hraban/trivial-shell") (commit commit))) (file-name (git-file-name name version)) (sha256 (base32 "08mpkl5ij5sjfsyn8pq2kvsvpvyvr7ha1r8g1224fa667b8k2q85")))) (build-system asdf-build-system/sbcl) + (arguments + (list + #:phases + #~(modify-phases %standard-phases + (add-after 'unpack 'fix-paths + (lambda _ + (substitute* "dev/definitions.lisp" + (("/bin/sh") + (which "sh")))))))) (native-inputs (list sbcl-lift)) (home-page "https://common-lisp.net/project/trivial-shell/") -- 2.41.0