From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp12.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms9.migadu.com with LMTPS id QL75G5J5CGRqSgAASxT56A (envelope-from ) for ; Wed, 08 Mar 2023 13:03:30 +0100 Received: from aspmx1.migadu.com ([2001:41d0:8:6d80::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp12.migadu.com with LMTPS id YHWqG5J5CGS7zQAAauVa8A (envelope-from ) for ; Wed, 08 Mar 2023 13:03:30 +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 E2F0EFA4A for ; Wed, 8 Mar 2023 13:03:29 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=iFki1QH7; 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=1678277010; 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:list-id:list-help: list-unsubscribe:list-subscribe:list-post:dkim-signature; bh=+ZWTvvq/auLTowjCW4r6PFVlQ84K+6GfwkXZ0F5WCDI=; b=sMwKDJE85vNadSxcOz0axpgcQhyI0AV0eesu9Lf1jfOlgn//W096Me/4ln1xp+aXED0iz6 HIeeiqaHjrxyrOyZPimxhvIQDfK+zsNqLzjgfKw/+n7aUVRYAOViGhgyZF8SdLm6wf1vA1 PBTBtlXu/a/eoIKApvajsUP+LVmSRW5VGT0M0hlFT0fCD63nuARpWMltuFV9jeMAFFy62t 14TnPJl9QGiSzdZc22d6nykqaGdl5Gprh1uh85j46XVE5dHGkPTU027Ia5IG6lW0hjayVg DMj3BBHHZyikLGjzZDOHSjqEvU0RlEm42TqfGzyapt9gVPalZ5CGlzRbRjMbeg== ARC-Seal: i=1; s=key1; d=yhetil.org; t=1678277010; a=rsa-sha256; cv=none; b=FHxedH9P4ifydcbdxa4a15ZlTg7mL+/NtK1Rg4nO0xsPp6SztPqFeRmTCZRhFVBgqQEy/C vajczubpMdbgrZtdAvZMcutn6PyT9w4TzpI4bwNX1cjCJcwsbQRCjBxUNdQO4zTV6nTuj/ vj44XXIofZpct9ah9hDWR/7m2YNx/EsgfCV7L55q9Fm5NhPLuZtnUXsHV48QlWmd9UdLAc K/zfjqAmcNnHHbZ/QN+HK6ucnl3GEBpRSMU24NRaqrtZqMR0YrTsD/npcdqP3TsT4Lqv5q WtU8u4KUZjBFcwtvKw9nX2I1V85bkAnJiRhTThpcWamRjq8T8iwFM8nvZlzQUQ== 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=iFki1QH7; 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 Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pZsVw-000127-Ll; Wed, 08 Mar 2023 07:03:24 -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 1pZsUg-0000wb-Tu for guix-patches@gnu.org; Wed, 08 Mar 2023 07:02:12 -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 1pZsUg-0005JT-1T; Wed, 08 Mar 2023 07:02:06 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pZsUc-0007VY-CO; Wed, 08 Mar 2023 07:02:02 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#62047] [PATCH 0/2] '--with-input' & co. no longer replace hidden packages Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: mail@cbaines.net, dev@jpoiret.xyz, ludo@gnu.org, othacehe@gnu.org, rekado@elephly.net, zimon.toutoune@gmail.com, me@tobias.gr, guix-patches@gnu.org Resent-Date: Wed, 08 Mar 2023 12:02:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: report 62047 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 62047@debbugs.gnu.org Cc: Ludovic =?UTF-8?Q?Court=C3=A8s?= , Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice X-Debbugs-Original-To: guix-patches@gnu.org X-Debbugs-Original-Xcc: Christopher Baines , Josselin Poiret , Ludovic =?UTF-8?Q?Court=C3=A8s?= , Mathieu Othacehe , Ricardo Wurmus , Simon Tournier , Tobias Geerinckx-Rice Received: via spool by submit@debbugs.gnu.org id=B.167827690528829 (code B ref -1); Wed, 08 Mar 2023 12:02:02 +0000 Received: (at submit) by debbugs.gnu.org; 8 Mar 2023 12:01:45 +0000 Received: from localhost ([127.0.0.1]:47934 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZsUK-0007Uv-Pt for submit@debbugs.gnu.org; Wed, 08 Mar 2023 07:01:45 -0500 Received: from lists.gnu.org ([209.51.188.17]:53352) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pZsUI-0007Um-DE for submit@debbugs.gnu.org; Wed, 08 Mar 2023 07:01:43 -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 1pZsUI-0000pi-65 for guix-patches@gnu.org; Wed, 08 Mar 2023 07:01:42 -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 1pZsUH-0005A5-Nz; Wed, 08 Mar 2023 07:01:41 -0500 DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; d=gnu.org; s=fencepost-gnu-org; h=MIME-Version:Date:Subject:To:From:in-reply-to: references; bh=+ZWTvvq/auLTowjCW4r6PFVlQ84K+6GfwkXZ0F5WCDI=; b=iFki1QH7rNS3bv 0GEKr0136hT49QDZmZXWAUq4PMzdC4b/UTHcVVuO/+L3vwSPVNmxwmZPHeTonVE7QM7SOy16cmrb/ H3pJE4Hdak48xH+2eMrImdba4CI9Dg5z0vDa82Hj85JphBmho/uYavcPqfw2Jn/WLsEfw7KakURrG /dMV7EZLnlIpJk7SdbCRDgLNSCZ1Z2gwgyFkBlqj/8BCH2zHJ/9pP5gcjK2tjzw7GJrcyUz+m1ctQ oGGTzq9aqyDUUqVE8jwwFcwnns/MrwxiSu+UQWYMfT2BCoGKykGp6/ZvN8Otn57AQMP6vNNC7DUpC TRuT5Yzp7Yx1E/i2Y9/A==; Received: from 91-160-117-201.subs.proxad.net ([91.160.117.201] helo=gnu.org) by fencepost.gnu.org with esmtpsa (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pZsUH-0005he-5N; Wed, 08 Mar 2023 07:01:41 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Date: Wed, 8 Mar 2023 13:01:25 +0100 Message-Id: <20230308120125.17560-1-ludo@gnu.org> X-Mailer: git-send-email 2.39.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 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: X-Migadu-Scanner: scn0.migadu.com X-Migadu-Queue-Id: E2F0EFA4A X-Spam-Score: -1.90 X-Migadu-Spam-Score: -1.90 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: FjJbIU6Wwe3e Hello, This change makes things like: guix build --with-input=guile=guile-next guix -n --no-grafts more useful and tractable. Low-level rewrites are still possible for packages not marked as hidden in 'commencement.scm', such as glibc: guix build --with-latest=glibc hello -n Thoughts? Ludo'. Ludovic Courtès (2): packages: Use SRFI-71 instead of SRFI-11. packages: 'package-input-rewriting/spec' ignores hidden packages. doc/guix.texi | 21 ++++++++++++--------- guix/packages.scm | 14 ++++++++------ tests/packages.scm | 20 +++++++++++++++++++- 3 files changed, 39 insertions(+), 16 deletions(-) base-commit: 0a37921d851b94aef6900214098dc5bd62b46e26 -- 2.39.1