From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id IAvRIZIQImL3MAEAgWs5BA (envelope-from ) for ; Fri, 04 Mar 2022 14:13:54 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id CJQ1H5IQImKmswAA9RJhRA (envelope-from ) for ; Fri, 04 Mar 2022 14:13:54 +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 62D3841088 for ; Fri, 4 Mar 2022 14:13:54 +0100 (CET) Received: from localhost ([::1]:45596 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1nQ7kn-0007VD-FZ for larch@yhetil.org; Fri, 04 Mar 2022 08:13:53 -0500 Received: from eggs.gnu.org ([209.51.188.92]:49352) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1nQ7iJ-0004LS-8W for bug-guix@gnu.org; Fri, 04 Mar 2022 08:11:19 -0500 Received: from debbugs.gnu.org ([209.51.188.43]:50916) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1nQ7i5-0005Uc-CF for bug-guix@gnu.org; Fri, 04 Mar 2022 08:11:18 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1nQ7i5-0007T4-7n for bug-guix@gnu.org; Fri, 04 Mar 2022 08:11:05 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#50299: [PATCH v5 08/24] gnu: swi-prolog: Use cross-compiled bash in shebangs. Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Fri, 04 Mar 2022 13:11:05 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 50299 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: 50299@debbugs.gnu.org Received: via spool by 50299-submit@debbugs.gnu.org id=B50299.164639941428493 (code B ref 50299); Fri, 04 Mar 2022 13:11:05 +0000 Received: (at 50299) by debbugs.gnu.org; 4 Mar 2022 13:10:14 +0000 Received: from localhost ([127.0.0.1]:44777 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQ7hF-0007PP-Uw for submit@debbugs.gnu.org; Fri, 04 Mar 2022 08:10:14 -0500 Received: from andre.telenet-ops.be ([195.130.132.53]:42734) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1nQ7Yk-00079x-BG for 50299@debbugs.gnu.org; Fri, 04 Mar 2022 08:01:28 -0500 Received: from localhost.localdomain ([IPv6:2a02:1811:8c09:9d00:3c5f:2eff:feb0:ba5a]) by andre.telenet-ops.be with bizsmtp id 2D1P2700M4UW6Th01D1RjR; Fri, 04 Mar 2022 14:01:25 +0100 From: Maxime Devos Date: Fri, 4 Mar 2022 13:01:03 +0000 Message-Id: <20220304130119.14858-9-maximedevos@telenet.be> X-Mailer: git-send-email 2.30.2 In-Reply-To: <20220304130119.14858-1-maximedevos@telenet.be> References: <20220304130119.14858-1-maximedevos@telenet.be> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=telenet.be; s=r22; t=1646398885; bh=vN3aP6Q+cgjxlx3z4EbgFWL5EOhgxg9JdY6jDbbCmcE=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=LWnnbRX5jhB+qwDdJ3jKAcDO2Y9Q2tCUm0cPzWgEzoGvD7Ues79hHbKgRBELu3I1y Ls9MHuAenwUA8xKMF0xwwxLeuxqAInkIiPqfeSGImlB7egABcjNcPmf/Nm4XgEdsJ6 7D2MXztYLVdxZp1qoLVnIOZWPEu+xaCkDiik0J9NAHYEFfAOYGy9+R3mlod2Qm4QI1 CffuaCE15GLuHZhoNawtNDPfSs+T1MX0Hw1bBiifwsS+3OpO5NhqMAqSNKe7N+SHH8 oat8nHMKyLgg+2xgNOU/aScRRQa6w6oAMRPnZ4Zw5R9mWy2D7pfnlG3KfTXBvcDJdN oO2Cb+sJJbp4w== X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: bug-guix-bounces+larch=yhetil.org@gnu.org Sender: "bug-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Country: US ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1646399634; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to: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=vN3aP6Q+cgjxlx3z4EbgFWL5EOhgxg9JdY6jDbbCmcE=; b=oH+cJMBYX8z+wMirbbYTBiXbRVfNjdZaMyWfyhPBb4JY+J/nAODddBMcW7RJ03IZlSqRAa M57GFVHbaijafZt9QuBmXk8ycPkKVxGsSVaZzthk+Sbl8+lWv7rWh1Trvy0u9wWa57EOCm XTSydahHOXj34adwM135oSDZ4ROtWeu/70duIcv7lkVy/wbxVkRjqy/Rq+5Kgpefx6GNt/ +sHcT4eXLR3yGXNvFIEJtQCkn1sN2SOEBBr5cVhCHNubqve08B+1Ij4LDqfd34dErNLX6I 4cNFjvEIk2MmLlmLavDgu6U+heCs+yag8AE9l8jdEbPBcywyRia4uTwUapSxkg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1646399634; a=rsa-sha256; cv=none; b=FkIMlSSAm7SP/JzQaThWl3O7f/gkJyK35+i8/7etmdj5x1fPX80L592ioUYzb11Wyd//pI ssDNaKkCpyDCKLtGWWG6XcbjxFAANwe+BnhjZya88Ehkf/9xcMchfKrMAP2pVfesgiBIKH 6DIk3++3O/Cd5aQX77HjGtYHfbMjDvD6nJihQB/xDsKBrhIr/1Sej/MQE/sl9wKatUxKND 018AoVZSMLs0aebVNyz0ktKaa+uy5FbJPhcw7c5Jgm/OFWbwO3w1aCdUeInYtsZzaev56n 3AemgIONtUxLzIbztGTQuzrLfM4Vwhx4BV1Yl8yetobzXkRX/HSPtUPMt6OE8Q== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=telenet.be header.s=r22 header.b=LWnnbRX5; dmarc=fail reason="SPF not aligned (relaxed)" header.from=telenet.be (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Spam-Score: 7.24 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=telenet.be header.s=r22 header.b=LWnnbRX5; dmarc=fail reason="SPF not aligned (relaxed)" header.from=telenet.be (policy=none); spf=pass (aspmx1.migadu.com: domain of "bug-guix-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="bug-guix-bounces+larch=yhetil.org@gnu.org" X-Migadu-Queue-Id: 62D3841088 X-Spam-Score: 7.24 X-Migadu-Scanner: scn1.migadu.com X-TUID: W6k10jcxg3Hx * gnu/packages/prolog.scm (swi-prolog)[inputs]: Add 'bash-minimal'. --- gnu/packages/prolog.scm | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/gnu/packages/prolog.scm b/gnu/packages/prolog.scm index fc3956b17b..3eaec533d7 100644 --- a/gnu/packages/prolog.scm +++ b/gnu/packages/prolog.scm @@ -28,6 +28,7 @@ #:use-module (guix build-system cmake) #:use-module (guix build-system gnu) #:use-module (gnu packages backup) + #:use-module (gnu packages bash) #:use-module (gnu packages compression) #:use-module (gnu packages fontutils) #:use-module (gnu packages image) @@ -128,7 +129,8 @@ manner. It also features an interactive interpreter.") ("perl" ,perl) ("pkg-config" ,pkg-config))) (inputs - `(("zlib" ,zlib) + `(("bash-minimal" ,bash-minimal) ; for some scripts in 'lib' + ("zlib" ,zlib) ("gmp" ,gmp) ("readline" ,readline) ("libarchive" ,libarchive) -- 2.30.2