From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp11.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 GD3MM1P5J2WFJgEA9RJhRA:P1 (envelope-from ) for ; Thu, 12 Oct 2023 15:49:07 +0200 Received: from aspmx1.migadu.com ([2001:41d0:306:2d92::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp11.migadu.com with LMTPS id GD3MM1P5J2WFJgEA9RJhRA (envelope-from ) for ; Thu, 12 Oct 2023 15:49:07 +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 182E4530C4 for ; Thu, 12 Oct 2023 15:49:07 +0200 (CEST) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=Xv1WVi7Z; 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"; 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=1697118547; 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=OJ4xzghA0S9v3aPTuwcrpQ3ZPlsxueASWeYFS5Ww0w4=; b=lb0weZwq2s2cdPs5v0NkA0su7H0m0sB6vg7puIfd8WfsRicDUYoxPePAk0/I+P95FKRvJH 5ZQfCGX510RhDTY0Ksp+JHTIV9Dno8u442KZOkAZTYH/M/ej43K6O/49Q346FWmxXcG5fV JY5wauIBn9DMDb4gk9Yy7ZKWytCy65wFqqjeBRgUgy5ci35BB3IkRIwWZHQHPl7JYe5jTd yYO1YLJnU7mWZ4cJqk57Ku8kGsW/j+YYwDD6ZhF71inmiTR1PA/E0xx58F7I5B+RcEEbRl 4dfxjoGfKk/BSKh63mOrX54I/Nmtb+LZ7xyMFN0SUBjjrXwm0sKxfItSTLR9jQ== 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=Xv1WVi7Z; 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"; dmarc=pass (policy=none) header.from=gnu.org ARC-Seal: i=1; s=key1; d=yhetil.org; t=1697118547; a=rsa-sha256; cv=none; b=LEEjnMuBK6D0Rz6HF24fh41fJ7tblva7D/OP5BalR8PJq4EwD0WBNepsB0EiiiDOqO830d uM91pkE5pJCoEDX3FJBJpujqVavPs5dRpoqmzKFgJFMTVE2ag71YWrIPtEknfsAXZWGdRJ FvqMV+3ioUUhXB3/HmHEc6Wa2wgzj/ofgWrC5i5v7WfrBaazfJE/ZbcrZ928zwPQF9gyC8 zbXYzx1rw1AKqbbwBfjYtY/dIWCaESzsAmjtNp7yVbTBzAuxD21cy12Mv4Y2RRLGicBi+U /bpV1tC5YN1TObTj8KT148zOm7Te4nSSwJdPhVfU71CmVy3zU0tECJ20ljHjYQ== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1qqw3P-00058r-Oe; Thu, 12 Oct 2023 09:48:43 -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 1qqw3N-00058Z-3A for bug-guix@gnu.org; Thu, 12 Oct 2023 09:48:41 -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 1qqw3M-0004Yq-IO for bug-guix@gnu.org; Thu, 12 Oct 2023 09:48:40 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1qqw3i-0002Wz-Ig for bug-guix@gnu.org; Thu, 12 Oct 2023 09:49:02 -0400 X-Loop: help-debbugs@gnu.org Subject: bug#65665: package-mapping with #:deep? #t doesn't get all the implicit inputs Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Thu, 12 Oct 2023 13:49:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 65665 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Ulf Herrman Cc: Maxim Cournoyer , 65665@debbugs.gnu.org Received: via spool by 65665-submit@debbugs.gnu.org id=B65665.16971184889661 (code B ref 65665); Thu, 12 Oct 2023 13:49:02 +0000 Received: (at 65665) by debbugs.gnu.org; 12 Oct 2023 13:48:08 +0000 Received: from localhost ([127.0.0.1]:41438 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqw2q-0002Vl-Bu for submit@debbugs.gnu.org; Thu, 12 Oct 2023 09:48:08 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:33700) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1qqw2m-0002V4-0Y for 65665@debbugs.gnu.org; Thu, 12 Oct 2023 09:48:06 -0400 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 1qqw2J-0004IC-LP; Thu, 12 Oct 2023 09:47:35 -0400 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:References:In-Reply-To:Subject:To: From; bh=OJ4xzghA0S9v3aPTuwcrpQ3ZPlsxueASWeYFS5Ww0w4=; b=Xv1WVi7ZhbGrGocrxDSf xvYRFnNMXl4KvYEVIUYfvIXqq5k6USw9Eo8ZQ7HBeNawnfe7TilHBhlcae8ke5cfM5IZBle/JNJSS qo6p5MYLkgtXZgb8ys6k+xPY94wRlFGMQ7cCPcT4wp/tmxfgeP0H9gKP/BXz5CwqEuy1tWlFoOYI7 pjUmX7CipcpWXy0JQXzXK5LtBa1uYy6kWrsyvXwGiKe99xQgNHj4QbYI1cGn+EmJKtTMgbLNmV2lj imvR/F5fX87xl0ZI1SoxqOcpsb2qS4EEPvy/sSD30XyNgh+d5zviPL3k0N/+0QecKVy2u+yWRFoGQ +Yqutk67Fhbrtg==; From: Ludovic =?UTF-8?Q?Court=C3=A8s?= In-Reply-To: <874jj45hhl.fsf@tilde.club> (Ulf Herrman's message of "Fri, 06 Oct 2023 02:37:26 -0500") References: <87h6ofufy5.fsf@tilde.club> <87msxmqwng.fsf@tilde.club> <87a5swlbnp.fsf@gmail.com> <874jj45hhl.fsf@tilde.club> Date: Thu, 12 Oct 2023 15:47:32 +0200 Message-ID: <87h6mwlzpn.fsf_-_@gnu.org> User-Agent: Gnus/5.13 (Gnus v5.13) 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: 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-bounces+larch=yhetil.org@gnu.org X-Migadu-Country: US X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -6.68 X-Spam-Score: -6.68 X-Migadu-Queue-Id: 182E4530C4 X-Migadu-Scanner: mx2.migadu.com X-TUID: /XecqHSquiN3 Hi, Ulf Herrman skribis: > I've also been using this patch, which rebinds `this-package' within > package variants to refer instead to the variant rather than the > original. Could you send it as a separate issue? (I think I once reported a bug for this issue, but I can=E2=80=99t find it.) Ludo=E2=80=99.