From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id UKpAOB91/2OA1AAAbAwnHQ (envelope-from ) for ; Wed, 01 Mar 2023 16:54:08 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id 2FdXNx91/2M/LwEAG6o9tA (envelope-from ) for ; Wed, 01 Mar 2023 16:54:07 +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 B3A4CBEA3 for ; Wed, 1 Mar 2023 16:54:07 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gnu.org header.s=fencepost-gnu-org header.b=IbEoG2X8; 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=1677686047; 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=GAh9RYpCDSB42Cx3YRImYs0cM6VdmbNMmxbMO8uMxwo=; b=WOGATUKPPFokRotJU9dq1DMl6HDhlaNxuNsMdWTqsUAr8HLttNcXBeoT+alCSlSqIA9LvD JX0ekDcs2rH0gdv7JquCNVhnhK+YbzXOmtbZ0pkwCK9/gDGsdRrLohyoinedQETMF9WlpO 6HIP04MEXGpifIUqiCtH3iO/LXM4JxBnwg/kRnbJ84sMx+lWGzlM/uPWJVpoESxu5A5s2j B9R1QwjBDsiTa2Cvs4DzauyG/w5m2ETlLWHuxsX9/FTtrysDaZ8mzJwrqtU1Cw/sxj7O2D 9TmHR/SRdkUpsjT3HzkI2WaDGpCAN0jM+Iyij1dQLSxP1We4HYmGzeCOgMvajA== 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=IbEoG2X8; 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=1677686047; a=rsa-sha256; cv=none; b=UDMbZ4WSGSKj1cA0Gids1ZcN97b0XviF/8O9qzI23rBBCSZ2TB5M1ZlC02FgDYaWa3PSbt B7cV4HOYLU/d6wNurJT2xLkWkVvwyJcds0q4uZbwH9jY8YOeeHmDGIxFViyeicIjf5l7gC FgsAaPP+uW1bAu0g7Qg4bk0u46tzhpmnMD+FCFH2wID/7XKJc1sc6kKfHsp1K4Lq0RjBX5 Bmq92wAfK01g3O+FL6iJ94iymeQzjl8qzvBWXB+n9/Fbq4x6pEdLN6IQ7YNk4SXUm0Q++L HkkhczI1Qu6T7K/JHt7TTM/Z21VImrv2fNVuzEa1MjZXUqgGTiB4Q/2tc4Zs2Q== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pXOmJ-0004xP-PO; Wed, 01 Mar 2023 10:54:03 -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 1pXOmI-0004x2-TW for bug-guix@gnu.org; Wed, 01 Mar 2023 10:54: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 1pXOmI-000833-Lc for bug-guix@gnu.org; Wed, 01 Mar 2023 10:54:02 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pXOmI-0000Vf-IX for bug-guix@gnu.org; Wed, 01 Mar 2023 10:54:02 -0500 X-Loop: help-debbugs@gnu.org Subject: bug#61676: package transformations not honored working from a manifest Resent-From: Ludovic =?UTF-8?Q?Court=C3=A8s?= Original-Sender: "Debbugs-submit" Resent-CC: bug-guix@gnu.org Resent-Date: Wed, 01 Mar 2023 15:54:02 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61676 X-GNU-PR-Package: guix X-GNU-PR-Keywords: To: Maxim Cournoyer Cc: 61676@debbugs.gnu.org Received: via spool by 61676-submit@debbugs.gnu.org id=B61676.16776859891876 (code B ref 61676); Wed, 01 Mar 2023 15:54:02 +0000 Received: (at 61676) by debbugs.gnu.org; 1 Mar 2023 15:53:09 +0000 Received: from localhost ([127.0.0.1]:54698 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXOlR-0000UC-47 for submit@debbugs.gnu.org; Wed, 01 Mar 2023 10:53:09 -0500 Received: from eggs.gnu.org ([209.51.188.92]:56260) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pXOlP-0000Tw-QG for 61676@debbugs.gnu.org; Wed, 01 Mar 2023 10:53:08 -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 1pXOlK-0007sW-Ej; Wed, 01 Mar 2023 10:53:02 -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=GAh9RYpCDSB42Cx3YRImYs0cM6VdmbNMmxbMO8uMxwo=; b=IbEoG2X8Hbpd3deiP+sT Wl6v333cQnyy7hLIZ6x18Uvgoo3bi921EJtU0kIAgioRtkcyeAzs6+29tQrvNltqNu3g5s6HkbFe8 aHd4YMev5F4ES2a3FTJiLAGh1duEg1Z5qedBnzZXoc0X3pHY5F+RjEx58WR8HYCbmKgh+gcDoTrUQ lmeLk0WK4P3qygx3V5BUa9ZPam0q0iwrJoC36Ryk7dSghHaFhxW9bdRf67Ol4suR4HG5VWdoEYrIF +m0XVJNDbBRHTnaCtp9lNwY2No0QhfrDagVY9s24oWuPTWa/xKFdpnSIj9+q1N+AjNYSFR91NEgZU lL/jJzFe6Nxc1w==; 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 1pXOlK-0003fx-1h; Wed, 01 Mar 2023 10:53:02 -0500 From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <87mt57jgns.fsf@gmail.com> <87r0uid474.fsf@gnu.org> Date: Wed, 01 Mar 2023 16:53:00 +0100 In-Reply-To: <87r0uid474.fsf@gnu.org> ("Ludovic =?UTF-8?Q?Court=C3=A8s?="'s message of "Tue, 21 Feb 2023 23:49:35 +0100") Message-ID: <87edq8bh9f.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: bug-guix@gnu.org List-Id: Bug reports for GNU Guix List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Spam-Score: -3.39 X-Spam-Score: -3.39 X-Migadu-Scanner: scn0.migadu.com X-Migadu-Queue-Id: B3A4CBEA3 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-TUID: ht3Q5j7p8Zcq Hi, Ludovic Court=C3=A8s skribis: > Maxim Cournoyer skribis: [...] >> It seems to me that the rewriting options should be honored on any >> packages being manipulated, whether they come from the Guix collection, >> a file, a manifest or another means. > > I=E2=80=99m not convinced; I think manifests should be interpreted litera= lly. > > Incidentally, changing that would likely break existing workflows=E2=80=A6 Consequently, my inclination would be to close this issue as =E2=80=9Cwontf= ix=E2=80=9D. WDYT? Ludo=E2=80=99.