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 ms5.migadu.com with LMTPS id KKcFOvIr+WMrRgAAbAwnHQ (envelope-from ) for ; Fri, 24 Feb 2023 22:28:19 +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 EIj2OfIr+WOsMgAA9RJhRA (envelope-from ) for ; Fri, 24 Feb 2023 22:28:18 +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 ADDCCF184 for ; Fri, 24 Feb 2023 22:28:18 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b="EK+nR/h6"; 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=1677274098; a=rsa-sha256; cv=none; b=L0/8hkWIIWS7E+cDhfozjpmC8fdEVhYZfJ/F5EmgxresulA88r+zXx8rc6ilNDRwQskMLM IRE+mMGS8P95SvqzDTfH2/QR5qP55RzgP8ukIRC7yy/rE1zknnuEOT9MbR4vRpaBx7WG8L l25mRgwVym0ZhC+TC5zZPPoyz0F9FmwANjfcSNQseHSi2PnJVWniBlWXq6PK6zpX2Y4HRk jMHVrPcU5WX0qYa09DFXOBKnBgbiRK0q9upA3+kFGfu7uiANd5GRRVXMi4rbPJPfuTFLkx CRdA58auF2GPh/QIRvVJVlVqqaCwuBuVyvyTkKDKsCtvDO+ht0uFRKhOe/nLeQ== 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="EK+nR/h6"; 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=1677274098; 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-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=JFs+3Q1VPt9D27Ivbyf4dT2qF2BdHwtuzaScDLAgDj0=; b=k6Mdkz9zAIwM+23KFegELSpikEqPOuryDYWZdmLLVZ4mu4bgA275UM/SxnhEpEK8Z9Z7K5 PO8odqc9QRHbxh41cJvVSqo6YWEDWMGuuqIIk+Yc5Jir/KUDA72mJQcP54T+6I35ovbfrd 5qP3K5xVuFBy04QWiDD3lsEHivO6tpfPA2JsnwYICro79mk0b8jP518MguqA/e2MW6mChp X48as3gmm/hh/suIiVBDVZFb8fz7XO7vtA6HqMZ9GzU1sggVTZu7l2PYJPmn5+ACWnmy2z XnC5TVmILaizloW5P8y4IMdPRdVBCcHfc7Q2IH2B5u/zuMgN8RqzvfWnNsWZ3g== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pVfbt-0007NR-LX; Fri, 24 Feb 2023 16:28:09 -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 1pVfbm-0007Ki-Pz for guix-patches@gnu.org; Fri, 24 Feb 2023 16:28:02 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pVfbm-0005L9-IL for guix-patches@gnu.org; Fri, 24 Feb 2023 16:28:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pVfbm-0002Vs-17 for guix-patches@gnu.org; Fri, 24 Feb 2023 16:28:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61641] [PATCH] build-system/guile: Expose #:scheme-file-regexp when cross-compiling Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Fri, 24 Feb 2023 21:28:01 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61641 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: jlicht@fsfe.org Cc: 61641@debbugs.gnu.org Received: via spool by 61641-submit@debbugs.gnu.org id=B61641.16772740529609 (code B ref 61641); Fri, 24 Feb 2023 21:28:01 +0000 Received: (at 61641) by debbugs.gnu.org; 24 Feb 2023 21:27:32 +0000 Received: from localhost ([127.0.0.1]:38383 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVfbI-0002Uv-Jj for submit@debbugs.gnu.org; Fri, 24 Feb 2023 16:27:32 -0500 Received: from eggs.gnu.org ([209.51.188.92]:41824) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pVfbG-0002Uf-2Y for 61641@debbugs.gnu.org; Fri, 24 Feb 2023 16:27:30 -0500 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 1pVfbA-0005He-Im; Fri, 24 Feb 2023 16:27:24 -0500 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=JFs+3Q1VPt9D27Ivbyf4dT2qF2BdHwtuzaScDLAgDj0=; b=EK+nR/h6+iB4Qki900TG eu7w1Cun1XJ9Qi56X35HuTk8JhVhXbEIMN64CkLqxSxBJdo07cQJmbXGz2hJHVyK7YRjxdiRCCVQw l6YcWypLyBXJsRX4zfPy6iBqcyMNJUuU+MXNU8H2+pk6kaeRjrpQA8BV7wMdcq1/yZF1GI+PIK8JW dYif3YtHQrF6HNPoy8g4PdhUhF2Hg5lEufzPtp4rhykcFbothRtYPw1NkinHog6M/ywiilDdULHIV WFLd7S/iQCSa+5TvS7AfGzSYZAAqiyKml8cJiCYn+8oZhL2yh+WK+JEOcDz5W7oqs0nD5gi8UHKUa HziczXVFlr3neQ==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=ribbon) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pVfb8-0004q8-Vi; Fri, 24 Feb 2023 16:27:24 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <6ebf254db3fee96ea3ff20eef18b2e4ccc5c4646.1676848633.git.jlicht@fsfe.org> Date: Fri, 24 Feb 2023 22:27:20 +0100 In-Reply-To: <6ebf254db3fee96ea3ff20eef18b2e4ccc5c4646.1676848633.git.jlicht@fsfe.org> (jlicht@fsfe.org's message of "Mon, 20 Feb 2023 00:19:18 +0100") Message-ID: <87sfeu21qf.fsf@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/28.2 (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: X-Migadu-Queue-Id: ADDCCF184 X-Spam-Score: -3.68 X-Migadu-Spam-Score: -3.68 X-Migadu-Scanner: scn0.migadu.com 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-TUID: ywr+U4VDqLrx Hello, jlicht@fsfe.org skribis: > From: Jelle Licht > > * guix/build-system/guile.scm (guile-cross-build): Accept #:scheme-file-r= egexp > and pass it on to builder. LGTM! :-) Ludo=E2=80=99.