From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp1 ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms0.migadu.com with LMTPS id CK86EzrH7mB2AAAAgWs5BA (envelope-from ) for ; Wed, 14 Jul 2021 13:15:06 +0200 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp1 with LMTPS id 2JwDDzrH7mA6NwAAbx9fmQ (envelope-from ) for ; Wed, 14 Jul 2021 11:15:06 +0000 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 B06F4139FF for ; Wed, 14 Jul 2021 13:15:05 +0200 (CEST) Received: from localhost ([::1]:48214 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1m3cr2-0002q8-Lc for larch@yhetil.org; Wed, 14 Jul 2021 07:15:04 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:57250) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1m3cq7-0000yu-2v for guix-patches@gnu.org; Wed, 14 Jul 2021 07:14:07 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:59883) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1m3cq6-0000zJ-KT for guix-patches@gnu.org; Wed, 14 Jul 2021 07:14:06 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1m3cq6-0001QQ-Gy for guix-patches@gnu.org; Wed, 14 Jul 2021 07:14:06 -0400 X-Loop: help-debbugs@gnu.org Subject: [bug#49025] [PATCH v6 11/22] python: Fix reference to input when cross-compiling. Resent-From: Maxime Devos Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Wed, 14 Jul 2021 11:14:06 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 49025 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 49025@debbugs.gnu.org Cc: Mathieu Othacehe , Maxime Devos Received: via spool by 49025-submit@debbugs.gnu.org id=B49025.16262612185285 (code B ref 49025); Wed, 14 Jul 2021 11:14:06 +0000 Received: (at 49025) by debbugs.gnu.org; 14 Jul 2021 11:13:38 +0000 Received: from localhost ([127.0.0.1]:43163 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3cpe-0001N5-LL for submit@debbugs.gnu.org; Wed, 14 Jul 2021 07:13:38 -0400 Received: from andre.telenet-ops.be ([195.130.132.53]:39796) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1m3cpP-0001Jd-SP for 49025@debbugs.gnu.org; Wed, 14 Jul 2021 07:13:24 -0400 Received: from localhost.localdomain ([188.188.219.228]) by andre.telenet-ops.be with bizsmtp id UzDG2500W4wFxCU01zDPFs; Wed, 14 Jul 2021 13:13:23 +0200 From: Maxime Devos Date: Wed, 14 Jul 2021 13:12:56 +0200 Message-Id: <20210714111307.19324-12-maximedevos@telenet.be> X-Mailer: git-send-email 2.32.0 In-Reply-To: <20210714111307.19324-1-maximedevos@telenet.be> References: <20210714111307.19324-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=r21; t=1626261203; bh=tfhxpmot2txmcMbR0eEYan/RUbd5LXwGOg8MLYaAdXw=; h=From:To:Cc:Subject:Date:In-Reply-To:References; b=TC/V+y0CLezPF5tte+IMc4tG86J2xnT2WTkplENQb1jBCiFKyhq5Xg1Y9rBrH0Y1P 8wMIZg90eyQXcEfcADYaGBsIz07dhNbmwyvsYOThK7l9J+DnnF2kOgjA6fNdIjYsJJ +TZjTJ7KAlY5xyFs12tX4Y6/2qBMhw6XDiU20Z/F/3yzpCLsTYLlTEoG4F5IFa/FVR nxaPUOwUe6WChB8pkDszS6EuuyovzrdtQ4vOx6B9JnIGe4nQ9dUThawUAs4ViNpV9a x9VJSP3ZbuneE9jApQu9x/HXKBUzigfre0jRUO5afS/tlKjyA16xXgh+raN3tU4NYY 0uo5v0o8krJ4Q== 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" X-Migadu-Flow: FLOW_IN ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1626261305; 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=tfhxpmot2txmcMbR0eEYan/RUbd5LXwGOg8MLYaAdXw=; b=XElmBvTRzHblMPp26EbUS0rkxbMiTvcrCNP7Q2SAxDY9XD78/90ICQK5RzRABfmyKLq0Zw 7zZ2u5+6Sc/oN+1mm0sHGFKBuTNXBM+Gk0cgVSARfUwYm92v7aob5v4HMqmYS3b6v5lLxs ScoqrV3cxGCMfNc8h4dRoVKtM3e5hEPcTy9u7kHtvbhrrF86w/Ao99TN5dzF9zTqglQnCW R24pbF8vO7+T2WFnWWbrtpRX+Snzq0i/8R70zd53CU1mcFFqDU9LECvovcL1KGlGOwEZ3b kNQ9tnuL+hA2zIaILk01cutS8rp3+vaJo47isdmnjzeEG2mOjxIYY3My8XRMYw== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1626261305; a=rsa-sha256; cv=none; b=O4p0P4HcQ7LJRt5Gh1Teeuy2BScuJrYs5mqj3sYvD3g0ANd/6IOqCO8dny6HfaWvFbhySU rOD4zKKMqH9YdT1q2UKEGXPkU6rOdEHu4QiwvEd7/+Ls+/SZw3ZeEVUs0UKw6f7W0FXeXa YVTbs4SakMp90H/b0UAC4EecPwIotZg0L9HC3fe/BImkIx0KWxD851OO4shE6JOXvzPOPu jR2IE0iXokGIj6EUBfFWVrMIkLx5Cv/4sc3V5Ujxt2iuE/jNtlm6llCcgff5H3MJxdchv+ /VqwN97EewnKOR4Bkd82xSj3vV50DeFqvTgGCNrF9W+44P9FxjC1aYukJwHNPA== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=telenet.be header.s=r21 header.b="TC/V+y0C"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=telenet.be (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Spam-Score: 3.70 Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=telenet.be header.s=r21 header.b="TC/V+y0C"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=telenet.be (policy=none); spf=pass (aspmx1.migadu.com: domain of guix-patches-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-patches-bounces@gnu.org X-Migadu-Queue-Id: B06F4139FF X-Spam-Score: 3.70 X-Migadu-Scanner: scn1.migadu.com X-TUID: 7IF98fo0VKjp "sitecustomize.py" is a native input, so look it up in 'native-inputs', not 'inputs'. * gnu/packages/python.scm (customize-site): Look up "sizecustomize.py" in 'native-inputs', not 'inputs'. --- gnu/packages/python.scm | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/gnu/packages/python.scm b/gnu/packages/python.scm index 227c612a68..ef47e79632 100644 --- a/gnu/packages/python.scm +++ b/gnu/packages/python.scm @@ -110,13 +110,14 @@ (define* (customize-site version) "Generate a install-sitecustomize.py phase, using VERSION." - `(lambda* (#:key inputs outputs #:allow-other-keys) + `(lambda* (#:key native-inputs inputs outputs #:allow-other-keys) (let* ((out (assoc-ref outputs "out")) (site-packages (string-append out "/lib/python" ,(version-major+minor version) "/site-packages")) - (sitecustomize.py (assoc-ref inputs "sitecustomize.py")) + (sitecustomize.py (assoc-ref (or native-inputs inputs) + "sitecustomize.py")) (dest (string-append site-packages "/sitecustomize.py"))) (mkdir-p site-packages) (copy-file sitecustomize.py dest) -- 2.32.0