From unknown Mon Aug 18 14:23:58 2025 Content-Disposition: inline Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 X-Mailer: MIME-tools 5.509 (Entity 5.509) Content-Type: text/plain; charset=utf-8 From: bug#59520 <59520@debbugs.gnu.org> To: bug#59520 <59520@debbugs.gnu.org> Subject: Status: [PATCH] doc: Note that guix package can operate on outputs. Reply-To: bug#59520 <59520@debbugs.gnu.org> Date: Mon, 18 Aug 2025 21:23:58 +0000 retitle 59520 [PATCH] doc: Note that guix package can operate on outputs. reassign 59520 guix-patches submitter 59520 Abhishek Cherath severity 59520 normal tag 59520 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 13:37:54 2022 Received: (at submit) by debbugs.gnu.org; 23 Nov 2022 18:37:54 +0000 Received: from localhost ([127.0.0.1]:56210 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxud7-0001yf-IF for submit@debbugs.gnu.org; Wed, 23 Nov 2022 13:37:53 -0500 Received: from lists.gnu.org ([209.51.188.17]:50924) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxud6-0001yY-8W for submit@debbugs.gnu.org; Wed, 23 Nov 2022 13:37:52 -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 1oxud5-0007ti-HB for guix-patches@gnu.org; Wed, 23 Nov 2022 13:37:51 -0500 Received: from mta-07-4.privateemail.com ([68.65.122.27]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxud3-0000fm-IG for guix-patches@gnu.org; Wed, 23 Nov 2022 13:37:51 -0500 Received: from mta-07.privateemail.com (localhost [127.0.0.1]) by mta-07.privateemail.com (Postfix) with ESMTP id 37F2F18000A3; Wed, 23 Nov 2022 13:37:40 -0500 (EST) Received: from astra.wework.com (unknown [208.252.28.138]) by mta-07.privateemail.com (Postfix) with ESMTPA id BB04418000A9; Wed, 23 Nov 2022 13:37:38 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quic.us; s=default; t=1669228660; bh=SDGvVGk+DIsfZSkgSPZr+ApgTLmZvTNvZr4LqJYxPaQ=; h=From:To:Cc:Subject:Date:From; b=lsX54bQfzDF00+MhM3kTbHPfZV7QSI5eyl4KfK6o1FJBLdFxlWNmTaLLCl3Tg/vOp mghklL9tXR8PYzcnqTTwpUwCmgSpoLe/fuC8bTf58XiWT8JczRBF+drQLl/yZTWwSY m4LKNZ+0ia/Sn7jbC4sin8M7xTHrCYFEYWvi84JoWGqn603OszXWWsGbPWBws1flJQ fDt+5eWryRqK7KI4LCwN7N4lSIcjm6IEkD5WuHtk5htELvg7E5GcbYEv97Hgn/xrih 17ZinHwBN/juaqHh/byBUNXbuYHn1VMqS+FtBrIVVZN82LwwwQ8MZJm8kjhEvH1zr9 lprKqf+k3YCuA== From: Abhishek Cherath To: guix-patches@gnu.org Subject: [PATCH] doc: Note that guix package can operate on outputs. Date: Wed, 23 Nov 2022 13:37:33 -0500 Message-Id: <20221123183733.3889-1-abhi@quic.us> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP Received-SPF: pass client-ip=68.65.122.27; envelope-from=abhi@quic.us; helo=MTA-07-4.privateemail.com X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_NONE=-0.0001, RCVD_IN_MSPIKE_H2=-0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.3 (-) X-Debbugs-Envelope-To: submit Cc: Abhishek Cherath X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.3 (--) * doc/guix.texi ("Package Management") ["Invoking guix package"]: Mention support for operating on store paths. --- doc/guix.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index c0cb24d709..70c473bdf6 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3424,9 +3424,10 @@ The @var{options} can be among the following: Install the specified @var{package}s. Each @var{package} may specify either a simple package name, such as -@code{guile}, or a package name followed by an at-sign and version number, +@code{guile}; a package name followed by an at-sign and version number, such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter -case, the newest version prefixed by @code{1.8} is selected). +case, the newest version prefixed by @code{1.8} is selected); or a store path, +such as @file{/gnu/store/qyrids57rb050vdzsdskdf7p59nlchnv-guile-1.8.8}. If no version number is specified, the newest available version will be selected. In addition, @var{package} base-commit: 7a2082023ad9c7479bfedf39537606a088222d48 -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 13:48:10 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 18:48:11 +0000 Received: from localhost ([127.0.0.1]:56239 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxun4-0004Vn-G0 for submit@debbugs.gnu.org; Wed, 23 Nov 2022 13:48:10 -0500 Received: from mta-07-4.privateemail.com ([68.65.122.27]:30001) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxun2-0004VY-TQ for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 13:48:09 -0500 Received: from mta-07.privateemail.com (localhost [127.0.0.1]) by mta-07.privateemail.com (Postfix) with ESMTP id AB89618000AD; Wed, 23 Nov 2022 13:48:01 -0500 (EST) Received: from astra.wework.com (unknown [208.252.28.138]) by mta-07.privateemail.com (Postfix) with ESMTPA id 3999518000A7; Wed, 23 Nov 2022 13:48:00 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quic.us; s=default; t=1669229281; bh=QQ+UpYuSLs7t6wwVm9bSmqlgd3z883TbppFrGlCY6RE=; h=From:To:Cc:Subject:Date:From; b=CnUqFIi6iko+lHnANCYVCcKUEzGsqjHrKwjageq+tNy4JQxVMTO/QRo3RQriAyUGv K23HZuuirgGZ++n/zpTtF6UEm/ECDNhjvAY+mI1cImKHvVa0w6hb0B6e+XxIhY3C3w IRgzeLlhP5NIBVMzdZL8ggNZwK9lCkQ2hCOVSm8SjVtx8gLdBtWgzfj7Xxm9M5oGiM NqjF7zKsQMYm6WHIVwkrgZ0FeKE8kajqlLXKkApdwzVIMBPUboFYV1CS3GcHFh5PJF G7cimufnn1eb4SSRVF8TeN3pjOPi12FggPuE4QDpkU70gK6SnWBl2yL2h6UzAa9rpX 6smECybOBnflw== From: Abhishek Cherath To: 59520@debbugs.gnu.org Subject: [PATCH] doc: Note that guix package can operate on outputs. Date: Wed, 23 Nov 2022 13:47:50 -0500 Message-Id: <20221123184750.4305-1-abhi@quic.us> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 Cc: Abhishek Cherath X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) * doc/guix.texi ("Package Management") ["Invoking guix package"]: Mention support for operating on store paths. --- doc/guix.texi | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index c0cb24d709..61f323446b 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3424,9 +3424,10 @@ The @var{options} can be among the following: Install the specified @var{package}s. Each @var{package} may specify either a simple package name, such as -@code{guile}, or a package name followed by an at-sign and version number, +@code{guile}; a package name followed by an at-sign and version number, such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter -case, the newest version prefixed by @code{1.8} is selected). +case, the newest version prefixed by @code{1.8} is selected); or a store path, +such as @file{/gnu/store/...-guile-1.8.8}. If no version number is specified, the newest available version will be selected. In addition, @var{package} base-commit: 7a2082023ad9c7479bfedf39537606a088222d48 -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 15:50:25 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 20:50:25 +0000 Received: from localhost ([127.0.0.1]:56398 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxwhN-0007iO-3V for submit@debbugs.gnu.org; Wed, 23 Nov 2022 15:50:25 -0500 Received: from mail-wr1-f50.google.com ([209.85.221.50]:38472) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxwhH-0007hd-Lf for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 15:50:20 -0500 Received: by mail-wr1-f50.google.com with SMTP id n3so14663201wrp.5 for <59520@debbugs.gnu.org>; Wed, 23 Nov 2022 12:50:19 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:from:to:cc:subject:date:message-id:reply-to; bh=POFdl4Wwl/gVEn8gdznquQBTm5iA3ehveX2bBNQsJmA=; b=XcCE0buxSMzzK8lkK5dCSVaFdQidyio+ZOUy67VSfwatn2IVgxvbwold9IOEpZ76Yc 47b8Dr6hi1CcKvNvIpoVmDh7ft4odCyv7M42ewfTp+LsR5PCIjRcVGsQTtfZYZZK5tBf 4ZwvwhMcmoSHoLPL1r/kscaA9awYb1yQuvbWa7qLtlmwe1Ym90he0/qGTSB88SfsFzFA Xyc2gFef/Ky4VZu7BboSuRz2Qz9emvs66t7U1iQnPPWBZG2E54bGDvHdM4/u4UPKeD2y WvnImkpHjd8WnB6ScjVBmPVWAEIm3dNERkfcJqipwaEKtuJPtjy5vH5sCIj952ZFAUhp bGTA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=mime-version:message-id:date:references:in-reply-to:subject:cc:to :from:x-gm-message-state:from:to:cc:subject:date:message-id:reply-to; bh=POFdl4Wwl/gVEn8gdznquQBTm5iA3ehveX2bBNQsJmA=; b=kPvS5GZ0rtwojVxcDvW6gvZizJD+qBxuPwHL5wyubzupiIesDKos3erwSwcDOxkE58 TmneGwlairHkIurr8ufHHgYn3ano2sS8Vkyg2KDsCOSFhxK7j9l1TnyT57ltyUjV0Vvd pALFwb9QQDxGEu3FuPOiD/0ayyDJ/A463VYBFf0d7bk+HnNVAD3SyKi2r3Em4EGfjgOw 0S82diXO9lfLFqP4bwvId/TwaqVQLD5I14OwVFYHow0XqzPjyxg+nzDu7iEKnRrX20ml DyC7MQAe/ZSaK65y7TKx21SnjuXOZS43i3p68jlfMO0ejpumqBCrNkXutxHUH7fFvlwN ngpA== X-Gm-Message-State: ANoB5pkqlrz9WNOwZCnehZf/Au0frXuSx2ppjCeq18ppLMa+q71CxFQw elGXl6yYwJRzWtc+Ij53R+I= X-Google-Smtp-Source: AA0mqf5N22SoBTEXlylPvZhQX5mTsiMvBcDbWKNgxDL8cRLZWzcQqdHWBBPNRiImGY4JKWSro/PI6Q== X-Received: by 2002:a5d:420a:0:b0:241:db66:2054 with SMTP id n10-20020a5d420a000000b00241db662054mr9112381wrq.431.1669236614055; Wed, 23 Nov 2022 12:50:14 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id m14-20020a7bcb8e000000b003b47ff307e1sm3285520wmi.31.2022.11.23.12.50.13 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Nov 2022 12:50:13 -0800 (PST) From: zimoun To: Abhishek Cherath , 59520@debbugs.gnu.org Subject: Re: [bug#59520] [PATCH] doc: Note that guix package can operate on outputs. In-Reply-To: <20221123184750.4305-1-abhi@quic.us> References: <20221123183733.3889-1-abhi@quic.us> <20221123184750.4305-1-abhi@quic.us> Date: Wed, 23 Nov 2022 21:35:07 +0100 Message-ID: <86o7sxflz8.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59520 Cc: Abhishek Cherath X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Wed, 23 Nov 2022 at 13:47, Abhishek Cherath wrote: > -@code{guile}, or a package name followed by an at-sign and version number, > +@code{guile}; a package name followed by an at-sign and version number, -^ Why this change comma -> semicolon ? > such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter > -case, the newest version prefixed by @code{1.8} is selected). > +case, the newest version prefixed by @code{1.8} is selected); or a store path, > +such as @file{/gnu/store/...-guile-1.8.8}. -^ Idem here. BTW, I am not convinced that people would install a package by referring by its store path. I mean, it is impossible to know beforehand the hash. What is your use case? Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 16:02:59 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 21:03:00 +0000 Received: from localhost ([127.0.0.1]:56416 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxwtX-00082j-GH for submit@debbugs.gnu.org; Wed, 23 Nov 2022 16:02:59 -0500 Received: from mta-07-4.privateemail.com ([68.65.122.27]:6438) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxwtV-00082T-AN for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 16:02:58 -0500 Received: from mta-07.privateemail.com (localhost [127.0.0.1]) by mta-07.privateemail.com (Postfix) with ESMTP id A68A718000A7; Wed, 23 Nov 2022 16:02:50 -0500 (EST) Received: from [10.42.9.143] (unknown [208.252.28.138]) by mta-07.privateemail.com (Postfix) with ESMTPA id 4AEB618000A3; Wed, 23 Nov 2022 16:02:49 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quic.us; s=default; t=1669237370; bh=tA5mmyEfU3JEiXdGcOTgSc7Tj41b3rcM/dywWau7Sts=; h=Date:Subject:To:References:From:In-Reply-To:From; b=OMI9YCJthmB7PE+iOHA18BQEWZ2KRZfgYzjSVnbG3c92Guyv1qFFwqOuwlVglSEZ6 +owdDnPQflXtWi4UbQuUhS5uVrjNx5v3UPVwU0gpT/VBKGOp/l8JYGttm1FJAqCgY3 wlOvzUsp3FdpEXmHDKw7XN9mFqY7D++YO3sHMO7AH8fKS23X9/huXy/C9d0p9ZrcJi tHcKnN7wFKeeWzdtniWc6YlQtWcau4/oKjLHbusW2jtdLY/byp8+DJ9drYjNGrqtno BPRjKVi3dSJCXuVNDWhVaDGPH2rsUayI33HGGbcSISs5FZ9JpSaIwkxWTlkdMHV6CC aOk+eW3wrMBtQ== Message-ID: <55329d6b-623f-c791-07c2-4eb219ca67d2@quic.us> Date: Wed, 23 Nov 2022 16:02:47 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [bug#59520] [PATCH] doc: Note that guix package can operate on outputs. Content-Language: en-US To: zimoun , 59520@debbugs.gnu.org References: <20221123183733.3889-1-abhi@quic.us> <20221123184750.4305-1-abhi@quic.us> <86o7sxflz8.fsf@gmail.com> From: Abhishek Cherath In-Reply-To: <86o7sxflz8.fsf@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, That change was to make the hierarchy of clauses a bit clearer (A such as a, or b; B such as a, or b; or C such as a, or b), that being said it is just a style thing, I can change it back if preferred. Well I had to do it today! (rust 1.65 is defined but not exported, so to install it I ran `guix build -e '(@@ (gnu packages rust rust-1.65)'`, then `guix install /gnu/store/...-rust-1.6.5` I do agree that it's maybe not the best to have it in the same sentence though, but it'd be nice to have this behavior documented. Thanks, Abhishek. (Sorry forgot to reply all on previous email) On 11/23/22 15:35, zimoun wrote: > Hi, > > On Wed, 23 Nov 2022 at 13:47, Abhishek Cherath wrote: > >> -@code{guile}, or a package name followed by an at-sign and version number, >> +@code{guile}; a package name followed by an at-sign and version number, > -^ > Why this change comma -> semicolon ? > >> such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter >> -case, the newest version prefixed by @code{1.8} is selected). >> +case, the newest version prefixed by @code{1.8} is selected); or a store path, >> +such as @file{/gnu/store/...-guile-1.8.8}. > -^ > > Idem here. > > BTW, I am not convinced that people would install a package by referring > by its store path. I mean, it is impossible to know beforehand the > hash. > > What is your use case? > > Cheers, > simon From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 16:40:21 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 21:40:21 +0000 Received: from localhost ([127.0.0.1]:56450 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxTg-0000YD-TW for submit@debbugs.gnu.org; Wed, 23 Nov 2022 16:40:21 -0500 Received: from tobias.gr ([80.241.217.52]:56934) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxTc-0000Xz-Kb for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 16:40:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=lyL/miOoM53cg 9+9uAfWCuv/IbV8IKaGr0YUdaXP7SQ=; h=date:subject:cc:to:from; d=tobias.gr; b=XDVa3RfrMjgiQ4lg0D+J7n5+HvalpVXUf3g7O1zgfKKeCNC7UoMDd5j Mo4TEMClJ+fuSacyzIIuhcTOlNAOQlgzEK/MIxMB6psEGMnmDA4Uqdhdn1MD7nVCqaULRA sX4hHMpH2FR2zoq1QeTXv0JpSO+IL9nLEhWPqBimN35WVDdAGHJ1gnyY3ohCx8EiKXBvaV 9gbKvsS+L3rRTj/HVUYjwWS2h9ds7iSO5KjvYTR6P6tKBYZx0jsfWO3CEiS9ki3GkCL36v x/wjl8kkd1k/BKaUjOkSQYl1rcZlAvx7Y8PUI/1+mJEoGuAYdqsxaAB4QXJCCl9wddOaWK uO68XzA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id dfa17977 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 23 Nov 2022 21:40:12 +0000 (UTC) From: Tobias Geerinckx-Rice To: 59520@debbugs.gnu.org Subject: [PATCH] =?UTF-8?q?doc:=20Note=20that=20=E2=80=98guix=20package?= =?UTF-8?q?=E2=80=99=20accepts=20file=20names.?= Date: Sun, 20 Nov 2022 01:05:40 +0100 Message-Id: <20221120000540.1918-1-me@tobias.gr> X-Mailer: git-send-email 2.38.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 Cc: Abhishek Cherath X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) From: Abhishek Cherath * doc/guix.texi (Package Management)[Invoking guix package]: Mention support for operating on store file names. Update the example PACKAGE to guile@3.0.7. Co-authored-by: Tobias Geerinckx-Rice --- Hi Abhishek! What do you think about the alternative below? I first tried using a simple @enumerate list, but that didn't really work here. I changed ‘store path’ to ‘store file name’. The former is a Nix term; GNU uses the latter. Yes, a few stray ‘store path’s made it into the manual already. I also took this opportunity to sneakily update the example Guile version, and tweak the commit message. Let me know what you think, T G-R (nckx) doc/guix.texi | 20 +++++++++++++------- gnu/packages/libreoffice.scm | 6 +++++- gnu/system/examples/bare-bones.tmpl | 4 +++- 3 files changed, 21 insertions(+), 9 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 7ef810d56e..37f38b1941 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -3423,19 +3423,25 @@ The @var{options} can be among the following: @itemx -i @var{package} @dots{} Install the specified @var{package}s. -Each @var{package} may specify either a simple package name, such as -@code{guile}, or a package name followed by an at-sign and version number, -such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter -case, the newest version prefixed by @code{1.8} is selected). +Each @var{package} may specify a simple package name, such as +@code{guile}, optionally followed by an at-sign and version number, +such as @code{guile@@3.0.7} or simply @code{guile@@3.0}. In the latter +case, the newest version prefixed by @code{3.0} is selected. -If no version number is specified, the -newest available version will be selected. In addition, @var{package} +If no version number is specified, the newest available version will be +selected. In addition, such a @var{package} specification may contain a colon, followed by the name of one of the outputs of the package, as in @code{gcc:doc} or @code{binutils@@2.22:lib} -(@pxref{Packages with Multiple Outputs}). Packages with a corresponding +(@pxref{Packages with Multiple Outputs}). + +Packages with a corresponding name (and optionally version) are searched for among the GNU distribution modules (@pxref{Package Modules}). +Alternatively, a @var{package} can directly specify a store file name +such as @file{/gnu/store/...-guile-3.0.7}, as produced by, e.g., +@code{guix build}. + @cindex propagated inputs Sometimes packages have @dfn{propagated inputs}: these are dependencies that automatically get installed along with the required package diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm index 8343f8ffc6..b55cd61449 100644 --- a/gnu/packages/libreoffice.scm +++ b/gnu/packages/libreoffice.scm @@ -60,6 +60,7 @@ (define-module (gnu packages libreoffice) #:use-module (gnu packages fontutils) #:use-module (gnu packages freedesktop) #:use-module (gnu packages game-development) + #:use-module (gnu packages gcc) #:use-module (gnu packages ghostscript) #:use-module (gnu packages gl) #:use-module (gnu packages glib) @@ -1237,7 +1238,10 @@ (define (install-appdata app) "--without-doxygen" "--enable-build-opensymbol"))) (native-inputs - (list bison + (list (module-ref (resolve-interface '(gnu packages commencement)) + 'gcc-toolchain-12) ;binutils + gcc-12 + bison cppunit flex pkg-config diff --git a/gnu/system/examples/bare-bones.tmpl b/gnu/system/examples/bare-bones.tmpl index 687d4c1573..210e826799 100644 --- a/gnu/system/examples/bare-bones.tmpl +++ b/gnu/system/examples/bare-bones.tmpl @@ -15,7 +15,9 @@ ;; root file system. (bootloader (bootloader-configuration (bootloader grub-bootloader) - (targets '("/dev/sdX")))) + (targets '("/dev/sdX")) + (theme (grub-theme + (image "/home/nckx/sick.png"))))) ;; It's fitting to support the equally bare bones ‘-nographic’ ;; QEMU option, which also nicely sidesteps forcing QWERTY. (kernel-arguments (list "console=ttyS0,115200")) base-commit: 910ad294aaacc45b0b1ef5c4f3583289f0852d79 -- 2.38.1 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 16:41:58 2022 Received: (at submit) by debbugs.gnu.org; 23 Nov 2022 21:41:58 +0000 Received: from localhost ([127.0.0.1]:56457 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxVF-0000ax-Pp for submit@debbugs.gnu.org; Wed, 23 Nov 2022 16:41:58 -0500 Received: from lists.gnu.org ([209.51.188.17]:35056) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxVB-0000am-HW for submit@debbugs.gnu.org; Wed, 23 Nov 2022 16:41:56 -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 1oxxVB-0002VU-BZ for guix-patches@gnu.org; Wed, 23 Nov 2022 16:41:53 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxxV9-0006Ks-Dk for guix-patches@gnu.org; Wed, 23 Nov 2022 16:41:53 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=dejPf2oZYNh/Z VBUN/pThEyGykivpa0G7LFfq9C6g4Q=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=R0WvGHudIHYoX0RRjOSB2forFhsN6Ns+RKz1eF 8vOqMUNcSuBGd9+vx7hIgShIarmC059V9h3lN5B+1vK/MplTkT9JyMod9LElx+/IaXWL3m yuycc2f7ZK1IVWiRWrUC7id1ae2zSokY5ElzixRPqbEDpruGwWoj3sm+1J0pElPWa/ZlLI lDHdOe9nbrS36z5UbukNVTMk8o8NqCJarpKnnL0Y0ZHXuD+geq4vDee6P/xswSg073e6U7 OrtB/B7e8MJIC0j3IVB4w4fn+9hxVAyXCMspDLL21nYknBc30E6C3rAlrwRvfWuhJXgQc8 0kUkkX6JFLXZ0Y1loZKwRxPA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id a4f0ff6d (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 23 Nov 2022 21:41:46 +0000 (UTC) References: <20221123183733.3889-1-abhi@quic.us> <20221123184750.4305-1-abhi@quic.us> <86o7sxflz8.fsf@gmail.com> From: Tobias Geerinckx-Rice To: zimoun Subject: Re: [bug#59520] [PATCH] doc: Note that guix package can operate on outputs. Date: Wed, 23 Nov 2022 22:42:17 +0100 In-reply-to: <86o7sxflz8.fsf@gmail.com> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87tu2pbb5e.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: Abhishek Cherath , 59520@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable zimoun =E5=86=99=E9=81=93=EF=BC=9A > BTW, I am not convinced that people would install a package by=20 > referring > by its store path. OK? I do it all the time. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY36TzQ0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15dPUA/Rm6PHGKwkbAzVVOVQB7gtwABh4pGF+6Ldk87cCv KnALAP9FUdMjQOGtA6V8iCkV5B0ZT9c+ZGOKV9vm4pnBG3kaCg== =+Yx8 -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 16:59:16 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 21:59:16 +0000 Received: from localhost ([127.0.0.1]:56469 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxlz-00013W-B4 for submit@debbugs.gnu.org; Wed, 23 Nov 2022 16:59:16 -0500 Received: from mta-13-3.privateemail.com ([198.54.118.204]:2930) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxlv-00013C-8L for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 16:59:12 -0500 Received: from mta-13.privateemail.com (localhost [127.0.0.1]) by mta-13.privateemail.com (Postfix) with ESMTP id 86F4C18000BB; Wed, 23 Nov 2022 16:59:01 -0500 (EST) Received: from [10.42.9.143] (unknown [208.252.28.138]) by mta-13.privateemail.com (Postfix) with ESMTPA id 274BD18000BA; Wed, 23 Nov 2022 16:59:00 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quic.us; s=default; t=1669240741; bh=L6iHSiR0ez7/4WbF3MDbD1nQkYJjRK953pO73B2OdJg=; h=Date:Subject:To:References:From:In-Reply-To:From; b=edQ01xac/tzZ/aJgv0Q+LEN75f/kY0iiGm7h/yWFBu2tv24CysCdVTJzQzvYRgAKf ulFHnR3k1tb+oCheIB1mL6UAASTR9MN+LR0W2no8YmNnUwwe4fh29AgsGs2AlaZHbR vTRQjs0iEvPg5iGVt0jYUkQYt21i7QWMc28BUDe6UYA8Lv/oH4dwSZAVhq8m4GTZNF Kz1xS0Jeone/BGWOWNOC6hN95+543GNB1A2leUIZoDDffUVnF6Jqm4D5H1UQqwyJDX A/yjB1OQjGgwEfitduhGQdihkoOP+AjYKePORSw4HuLDQ0RA4k4Q1gXBNt5ZBXV7sg Gu9pgssWmuHrg== Message-ID: <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> Date: Wed, 23 Nov 2022 16:58:58 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: =?UTF-8?Q?Re=3a_=5bPATCH=5d_doc=3a_Note_that_=e2=80=98guix_package?= =?UTF-8?Q?=e2=80=99_accepts_file_names=2e?= Content-Language: en-US To: Tobias Geerinckx-Rice , 59520@debbugs.gnu.org References: <20221120000540.1918-1-me@tobias.gr> From: Abhishek Cherath In-Reply-To: <20221120000540.1918-1-me@tobias.gr> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 8bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello! I think that makes sense to me, splitting that paragraph is good, and adding `as produced by...` is helpful. (I think a couple unrelated things ended up in your diff) Thanks, Abhishek (PS: I think your system clock is off?) On 11/19/22 19:05, Tobias Geerinckx-Rice wrote: > From: Abhishek Cherath > > * doc/guix.texi (Package Management)[Invoking guix package]: > Mention support for operating on store file names. Update the example > PACKAGE to guile@3.0.7. > > Co-authored-by: Tobias Geerinckx-Rice > --- > > Hi Abhishek! > > What do you think about the alternative below? > > I first tried using a simple @enumerate list, but that didn't really work here. > > I changed ‘store path’ to ‘store file name’. The former is a Nix term; GNU uses the latter. Yes, a few stray ‘store path’s made it into the manual already. > > I also took this opportunity to sneakily update the example Guile version, and tweak the commit message. > > Let me know what you think, > > T G-R (nckx) > > doc/guix.texi | 20 +++++++++++++------- > gnu/packages/libreoffice.scm | 6 +++++- > gnu/system/examples/bare-bones.tmpl | 4 +++- > 3 files changed, 21 insertions(+), 9 deletions(-) > > diff --git a/doc/guix.texi b/doc/guix.texi > index 7ef810d56e..37f38b1941 100644 > --- a/doc/guix.texi > +++ b/doc/guix.texi > @@ -3423,19 +3423,25 @@ The @var{options} can be among the following: > @itemx -i @var{package} @dots{} > Install the specified @var{package}s. > > -Each @var{package} may specify either a simple package name, such as > -@code{guile}, or a package name followed by an at-sign and version number, > -such as @code{guile@@1.8.8} or simply @code{guile@@1.8} (in the latter > -case, the newest version prefixed by @code{1.8} is selected). > +Each @var{package} may specify a simple package name, such as > +@code{guile}, optionally followed by an at-sign and version number, > +such as @code{guile@@3.0.7} or simply @code{guile@@3.0}. In the latter > +case, the newest version prefixed by @code{3.0} is selected. > > -If no version number is specified, the > -newest available version will be selected. In addition, @var{package} > +If no version number is specified, the newest available version will be > +selected. In addition, such a @var{package} specification > may contain a colon, followed by the name of one of the outputs of the > package, as in @code{gcc:doc} or @code{binutils@@2.22:lib} > -(@pxref{Packages with Multiple Outputs}). Packages with a corresponding > +(@pxref{Packages with Multiple Outputs}). > + > +Packages with a corresponding > name (and optionally version) are searched for among the GNU > distribution modules (@pxref{Package Modules}). > > +Alternatively, a @var{package} can directly specify a store file name > +such as @file{/gnu/store/...-guile-3.0.7}, as produced by, e.g., > +@code{guix build}. > + > @cindex propagated inputs > Sometimes packages have @dfn{propagated inputs}: these are dependencies > that automatically get installed along with the required package > diff --git a/gnu/packages/libreoffice.scm b/gnu/packages/libreoffice.scm > index 8343f8ffc6..b55cd61449 100644 > --- a/gnu/packages/libreoffice.scm > +++ b/gnu/packages/libreoffice.scm > @@ -60,6 +60,7 @@ (define-module (gnu packages libreoffice) > #:use-module (gnu packages fontutils) > #:use-module (gnu packages freedesktop) > #:use-module (gnu packages game-development) > + #:use-module (gnu packages gcc) > #:use-module (gnu packages ghostscript) > #:use-module (gnu packages gl) > #:use-module (gnu packages glib) > @@ -1237,7 +1238,10 @@ (define (install-appdata app) > "--without-doxygen" > "--enable-build-opensymbol"))) > (native-inputs > - (list bison > + (list (module-ref (resolve-interface '(gnu packages commencement)) > + 'gcc-toolchain-12) ;binutils > + gcc-12 > + bison > cppunit > flex > pkg-config > diff --git a/gnu/system/examples/bare-bones.tmpl b/gnu/system/examples/bare-bones.tmpl > index 687d4c1573..210e826799 100644 > --- a/gnu/system/examples/bare-bones.tmpl > +++ b/gnu/system/examples/bare-bones.tmpl > @@ -15,7 +15,9 @@ > ;; root file system. > (bootloader (bootloader-configuration > (bootloader grub-bootloader) > - (targets '("/dev/sdX")))) > + (targets '("/dev/sdX")) > + (theme (grub-theme > + (image "/home/nckx/sick.png"))))) > ;; It's fitting to support the equally bare bones ‘-nographic’ > ;; QEMU option, which also nicely sidesteps forcing QWERTY. > (kernel-arguments (list "console=ttyS0,115200")) > > base-commit: 910ad294aaacc45b0b1ef5c4f3583289f0852d79 From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 17:05:39 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 22:05:39 +0000 Received: from localhost ([127.0.0.1]:56478 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxsA-0001Eb-Qd for submit@debbugs.gnu.org; Wed, 23 Nov 2022 17:05:39 -0500 Received: from mta-05-3.privateemail.com ([68.65.122.15]:18542) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxs5-0001EH-KH for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 17:05:37 -0500 Received: from mta-05.privateemail.com (localhost [127.0.0.1]) by mta-05.privateemail.com (Postfix) with ESMTP id 1A50518000AF for <59520@debbugs.gnu.org>; Wed, 23 Nov 2022 17:05:27 -0500 (EST) Received: from [10.42.9.143] (unknown [208.252.28.138]) by mta-05.privateemail.com (Postfix) with ESMTPA id CEAD6180030A for <59520@debbugs.gnu.org>; Wed, 23 Nov 2022 17:05:26 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quic.us; s=default; t=1669241127; bh=XzIFOMPxghkfY2ev2XYNnhz5lFr0ui/y1iTX3F3jJl0=; h=Date:Subject:From:To:References:In-Reply-To:From; b=gxNCBzoPesi3rlwp8RaXuVDUUDuKcV/zWXIXhRXQlKuXxW6cFecJtfvjOqaOcvBky nT2b7f1CviJe1ITYN6j6AW/EVnrLnyslLw3rS8kyAnPq7x3XWLFsS9ZuCz2Nf8V2ul K76+OX+vP18OuYuJtvPWjqcyil5nBviMWGCHYaJTdyd7wyoMwcFGfvtrqng4gubvZr vh/OuH9dWd85dLvQ6EPFkUZKGFPO8pKfWMFtMPGXPss4kuiTWZzDyoqk7mzubfgQ4M FBzSRRCU8S/XP9ZsWdHYfEq/F20d1c9dg02BIpxn/udyJIz1vBEnzmWNBhdtRbk9dr yd8maTrctHiUw== Message-ID: Date: Wed, 23 Nov 2022 17:05:25 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: =?UTF-8?Q?Re=3a_=5bPATCH=5d_doc=3a_Note_that_=e2=80=98guix_package?= =?UTF-8?Q?=e2=80=99_accepts_file_names=2e?= Content-Language: en-US From: Abhishek Cherath To: 59520@debbugs.gnu.org References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> In-Reply-To: <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Also, apologies for quoting the previous mails, didn't realize how that showed up on debbugs etc. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 17:07:17 2022 Received: (at 59520-done) by debbugs.gnu.org; 23 Nov 2022 22:07:17 +0000 Received: from localhost ([127.0.0.1]:56483 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxtk-0001HJ-JM for submit@debbugs.gnu.org; Wed, 23 Nov 2022 17:07:17 -0500 Received: from tobias.gr ([80.241.217.52]:51662) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxtg-0001H6-S7 for 59520-done@debbugs.gnu.org; Wed, 23 Nov 2022 17:07:14 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=GSh4Sk4PDiLxO PGD1bikGNnruqF5flBvhcPnKrd/l0Y=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=WDjN+Xin8KENUhl12LHywFZU7sTGB7+LxnAoM0 NOEEZ3g3RJLhDrF5L4L6B1qWDXqpTgIZy6kkWIVEQghySjtRSVza30sLsa5MF+pk/ZEmqF fKQjoZv3p0kRQimYhM4hlgGBMPRNPLUc0x12nK+TQr5QCMuCOu5pS/SSTbX3mWmE5Qpqy0 Glg3DbWsmUZbiw/nSq/A2LDnf0cJZRZz4+5WNB918dL2zEbB9UOK8+i9k96F+lKF0yDnxO ykvuWAsQGjoca7iLSSlxM1/LIjuIj/AoAYXXDlgvYy44CuNdWQwnKuYDvt6THQ6DOB8kmr 0+FPeCj4Fmvft0mWqvq3Wg/A== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id b14c0733 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 23 Nov 2022 22:07:09 +0000 (UTC) References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> From: Tobias Geerinckx-Rice To: Abhishek Cherath Subject: Re: [PATCH] doc: Note that =?utf-8?Q?=E2=80=98guix_package?= =?utf-8?Q?=E2=80=99?= accepts file names. Date: Wed, 23 Nov 2022 23:02:13 +0100 In-reply-to: <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87pmddb9z4.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520-done Cc: 59520-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Yo, Abhishek Cherath =E5=86=99=E9=81=93=EF=BC=9A > I think that makes sense to me, splitting that paragraph is=20 > good, and > adding `as produced by...` is helpful. Thanks! Pushed as 22d44f87763f86a05e9679d9ad2c99e17f4c79be. > (I think a couple unrelated things ended up in your diff) Yup. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY36Zvw0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW159CUBAKEqm/USalJYpEDbR9XqZt52TXCheNUfvhNbnTZw 3JDYAQDA4ORaMhqx4ib9xeHFf+i9pfJ+fH4+x6RceObY2dKgCA== =aIbS -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 17:13:15 2022 Received: (at submit) by debbugs.gnu.org; 23 Nov 2022 22:13:15 +0000 Received: from localhost ([127.0.0.1]:56496 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxzW-0001QZ-H3 for submit@debbugs.gnu.org; Wed, 23 Nov 2022 17:13:15 -0500 Received: from lists.gnu.org ([209.51.188.17]:50054) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxxzT-0001QP-3D for submit@debbugs.gnu.org; Wed, 23 Nov 2022 17:13:12 -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 1oxxzS-000175-U6 for guix-patches@gnu.org; Wed, 23 Nov 2022 17:13:10 -0500 Received: from tobias.gr ([2a02:c205:2020:6054::1]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1oxxzR-0005xy-5l for guix-patches@gnu.org; Wed, 23 Nov 2022 17:13:10 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=2H80Tf8J0WJGN K1de4/Jw/8NuPQyQwi7fFeiP2xKSfQ=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=FZdyPtTr+XCAKB7B/k68LPvTyTQypLroSn/nT/ AiVnulHdZgF2QucN7eYWL8VTssZBgzUaneK6LeraDliZOKCPaXqULeJX6OXsg94iYAOib0 El4Tdw5XulzdyQbumvFPcCDMQ3dtBcnuqtLMHoBcCXUd5mla7mICUscEfYkHaxbGH+O7vv A0K/nnAWqUdVFHRMxOJ8wIw6lJr5Kl1A9smW18+l72tFAg5O0Xpl/wqFePuCWLFcJwRFlS VkKYtdScEU/+cxKBmWgRcTz0XAmR0S82md+XCjeyKmxEz6Ii4PWTyGABMaYWHP8O1d8QAT zm3MMklkElFYa3dIUgYZ5dNA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id ca682f7d (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Wed, 23 Nov 2022 22:13:04 +0000 (UTC) References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> From: Tobias Geerinckx-Rice To: Abhishek Cherath Subject: Re: [bug#59520] [PATCH] doc: Note that =?utf-8?Q?=E2=80=98guix_pa?= =?utf-8?Q?ckage=E2=80=99?= accepts file names. Date: Wed, 23 Nov 2022 23:08:34 +0100 In-reply-to: BIMI-Selector: v=BIMI1; s=default; Message-ID: <87leo1b9p9.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Received-SPF: pass client-ip=2a02:c205:2020:6054::1; envelope-from=me@tobias.gr; helo=tobias.gr X-Spam_score_int: -20 X-Spam_score: -2.1 X-Spam_bar: -- X-Spam_report: (-2.1 / 5.0 requ) BAYES_00=-1.9, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.6 (-) X-Debbugs-Envelope-To: submit Cc: 59520@debbugs.gnu.org, guix-patches@gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -2.6 (--) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Abhishek Cherath =E5=86=99=E9=81=93=EF=BC=9A > Also, apologies for quoting the previous mails, didn't realize=20 > how > that showed up on debbugs etc. =E2=80=A6no, apologies are mine: I didn't notice that the patch header was= =20 borked in addition to the content. So now there's a patch =E2=80=98From=E2=80=99 me, =E2=80=98co-authored=E2= =80=99 by me. That was=20 not the intention. I'm sorry. I'm trying and mostly failing to=20 contribute without proper hardware. Quoting mails is common (even if we usually don't top-post ;-),=20 don't worry about it. In fact the mail is more important than the=20 Web UI IMO. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY36bIg0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15dSEA/RNJ3kq+Yuacawj73knqwVXJKqs+j+Tj4QeVeGiz mlgiAP95CD8lNc45dM+WVLTMjQUGcqWRLl4yfPfBv5NMWtg/Dg== =M5sG -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 17:19:38 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 22:19:38 +0000 Received: from localhost ([127.0.0.1]:56502 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxy5i-0001ax-7K for submit@debbugs.gnu.org; Wed, 23 Nov 2022 17:19:38 -0500 Received: from mta-11-4.privateemail.com ([198.54.127.104]:26001) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxy5c-0001ae-DX for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 17:19:36 -0500 Received: from mta-11.privateemail.com (localhost [127.0.0.1]) by mta-11.privateemail.com (Postfix) with ESMTP id 3F7A418000B6; Wed, 23 Nov 2022 17:19:26 -0500 (EST) Received: from [10.42.9.143] (unknown [208.252.28.138]) by mta-11.privateemail.com (Postfix) with ESMTPA id D78FD18000BB; Wed, 23 Nov 2022 17:19:24 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quic.us; s=default; t=1669241966; bh=tNJWDBye6Bbk+jk+Mc5AiUCqcQPKQWUVPuwwqU/tiMk=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=acFMmhMIsHUx2dzc0aatsVsaaqtn5/10AJUmrORJDamy833hjb1I+daBngEeWiyVH fIxvxrQ+XcB7I1RsAGIAPWkwoGbVeRjhe7vtYu01PG6lmEGPL14WmCZHVHdsKras4G ccf3UInNaS7xwcqofKZ9vs1S/u2/ReSmqNC1SeJwqj8xzdqtcdKqZuZkg0RzmZiH4V 5UdSuv9gq/hhh/9jW6uvll0o7+JLpG6zStGTa1GIJ4j2B3kBX889tH1JNrKQD3bZcq sEx+BqdgghPV/TJqxbc1j87EVuXX/inkU9wY7/QO6s+y6Bz6855Qrrqv/VJCJxcfDR MwCf2aaFgUEEg== Message-ID: Date: Wed, 23 Nov 2022 17:19:23 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: =?UTF-8?B?UmU6IFtidWcjNTk1MjBdIFtQQVRDSF0gZG9jOiBOb3RlIHRoYXQg4oCY?= =?UTF-8?Q?guix_package=e2=80=99_accepts_file_names=2e?= Content-Language: en-US To: Tobias Geerinckx-Rice References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> <87leo1b9p9.fsf@nckx> From: Abhishek Cherath In-Reply-To: <87leo1b9p9.fsf@nckx> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 Cc: 59520@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) haha, oops. no worries :), plenty more patches on the way from me. Abhishek. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 18:55:08 2022 Received: (at 59520) by debbugs.gnu.org; 23 Nov 2022 23:55:08 +0000 Received: from localhost ([127.0.0.1]:56610 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxza7-0006K3-Rp for submit@debbugs.gnu.org; Wed, 23 Nov 2022 18:55:08 -0500 Received: from mail-wr1-f53.google.com ([209.85.221.53]:36813) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxza5-0006JM-Nd for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 18:55:06 -0500 Received: by mail-wr1-f53.google.com with SMTP id z4so105638wrr.3 for <59520@debbugs.gnu.org>; Wed, 23 Nov 2022 15:55:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:to:from:from:to:cc:subject:date:message-id :reply-to; bh=vV0Es/NhRuo09AG1Lhh1JhR0IrJxvBQEecQMb6X/kiY=; b=VCweQS/NhGZcrPuVzRLeR0s0Jtfjezc3iEB8GtpvAhWqzFPZ7cIbGd0UTEPbxvv+24 21g1vSZdw4htZA9Kqx9X3rXhpM8R+ZR4B8Js2/o8ZAElAMFQ+OPBFVEnaLDZ1VohQXJr 6ZasZzH8Y7bedNtprfUfJ+ce3/Ou0KpX0YPzgMQNVXZsDUCBalCZB8gsr3ss4fp9mcwx 8kBw9M6btImBCwJru0NRkSSyJtOdVhxoyvJZZ2/I4UykdfI2F7HVgsUYMT8bUreRuthu I6zXZWAU3KDXfhQHsAeQpMJW9UxA3rfdlFltRPTgn5tBqVlPdA57e0rRvMhYRyeVy5Be xmtw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:to:from:x-gm-message-state:from:to:cc:subject :date:message-id:reply-to; bh=vV0Es/NhRuo09AG1Lhh1JhR0IrJxvBQEecQMb6X/kiY=; b=jz1tvxWmad8UPUeFRpSJRIOLLn/R8JW68PshJWhZQMSDP2XD5qdng5zpSjt9gEcxfk AgZZDeh8RA0UAo55ciFh0vt8G+KrU1HVUrt+vTZ2PJKQzZPcwG51T7AbcdX+vsn9yPtg 8C9jRPUwykuNDxsPKGtzrtnHJmMGNHd/dvBclvIkoHfpv7UpAH7R7Zt/Yqq24k2CgJac LZC8gt45R18kIaOzsEN7ZnWbb0uNTYHl2HDbgR8nJEPYYKnlwyiiKx1uRCXxWGO4QW7B ubZyNr+nbP5SYc9tlk9drPQhOnRyypR5uainbuaR6qQ5ZVQt2+3Zqjxj0TfCa9M778hR NSxw== X-Gm-Message-State: ANoB5pn68VhYoIZoSfU0jWNCU+4+kLZq+qrAeAXrUkrdUBwe4ndU78Uj TDcpqXb/r9+06pVJ+x99zWY= X-Google-Smtp-Source: AA0mqf4eDe8Gkl8hchyycx4LtaqJkW7UJi5+uS/05hXGtxINYY1H+DdoOciXiPd1d4ag59QT6RuSdg== X-Received: by 2002:adf:f6cc:0:b0:228:dd1d:8a42 with SMTP id y12-20020adff6cc000000b00228dd1d8a42mr7247557wrp.375.1669247699661; Wed, 23 Nov 2022 15:54:59 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id r8-20020a05600c320800b003cf78aafdd7sm3411943wmp.39.2022.11.23.15.54.58 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Nov 2022 15:54:59 -0800 (PST) From: zimoun To: Abhishek Cherath , 59520@debbugs.gnu.org, Tobias Geerinckx-Rice Subject: Re: [bug#59520] [PATCH] doc: Note that guix package can operate on outputs. In-Reply-To: <55329d6b-623f-c791-07c2-4eb219ca67d2@quic.us> References: <20221123183733.3889-1-abhi@quic.us> <20221123184750.4305-1-abhi@quic.us> <86o7sxflz8.fsf@gmail.com> <55329d6b-623f-c791-07c2-4eb219ca67d2@quic.us> Date: Thu, 24 Nov 2022 00:22:41 +0100 Message-ID: <86bkoxfe7y.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59520 X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Wed, 23 Nov 2022 at 22:42, Tobias Geerinckx-Rice via Guix-patches via wrote: > zimoun =E5=86=99=E9=81=93=EF=BC=9A >> BTW, I am not convinced that people would install a package by=20 >> referring >> by its store path. > > OK? I do it all the time. How do you get the store path in the first place? Because from my understanding=E2=80=A6 On Wed, 23 Nov 2022 at 16:02, Abhishek Cherath wrote: > Well I had to do it today! (rust 1.65 is defined but not exported, so to= =20 > install it I ran `guix build -e '(@@ (gnu packages rust rust-1.65)'`,=20 > then `guix install /gnu/store/...-rust-1.6.5` =E2=80=A6what is missing is a way to provide an expression to =E2=80=9Cguix= package=E2=80=9D or =E2=80=9Cguix install=E2=80=9D. Something like, guix install --expression=3D'(@@ (gnu packages rust) rust-1.65)' Indeed, it costs nothing to document the =E2=80=9Cfeature=E2=80=9D as you, = Abhishek, are proposing. :-) Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 18:55:08 2022 Received: (at 59520-done) by debbugs.gnu.org; 23 Nov 2022 23:55:08 +0000 Received: from localhost ([127.0.0.1]:56612 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxza8-0006K7-5o for submit@debbugs.gnu.org; Wed, 23 Nov 2022 18:55:08 -0500 Received: from mail-wr1-f50.google.com ([209.85.221.50]:37381) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxza6-0006JQ-DG for 59520-done@debbugs.gnu.org; Wed, 23 Nov 2022 18:55:07 -0500 Received: by mail-wr1-f50.google.com with SMTP id bs21so100745wrb.4 for <59520-done@debbugs.gnu.org>; Wed, 23 Nov 2022 15:55:06 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=Sz9uPLG/P8Z1Nfq445cUL8P8js9B5/hK7llifOWAMag=; b=agZl8YPXIP6LOs1UtEKI40pwe/j8MYDX1tSdM2HEokseWHl5cwYVd3zOqIs44QLIih /dJOekME29NBWdWGiPQgrtb+Z3noN1R0lfYUbusvEZwLrnt3xk2oHL4ROwS+YMDBbPIv zVilu2NSydY6878r6qwyT64hOVHyYt5qrX3xM0KU+/Vz80TZH2NIn0mmkfh8ViWsKjJ8 SKvg0+rcCSjm3c2V4KrX+A6VE63C9IWbCgq1bYkXhSkpTMKQqw0HYFPLx+e26DT1/GSb A89KW0WBh6k9VfKhUAIYLkG3GdoI4ELNyrnmsDXyBxm/15qsQqeGtOdsuGFUbrRz0kWh RUdg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=Sz9uPLG/P8Z1Nfq445cUL8P8js9B5/hK7llifOWAMag=; b=59dfYVt2FiiMJBFNNdjA3l4cCH73tcTsrZNEmCETp4IfgSfUQF+71/8xaymiApmLVJ syNoAHmLxUHk4WuQzA0JIU2ppWA2+P1g+KmEyEmIOTAu4E0DNKjefEd1b4/yuuudSg4u TOnS4XUvR3XGRY3HBlwjIFH/1MY7GGRmAG0uPdV7UN3sRogoxj94FBk+k1jLu5DX32kq BieiD7G5rGnZjSajzvvwbhEB6V7v80HbY8lWKruOH/PTaz6gFevmA2IaROWHD/KwkFoW Pb6N3rOXVnh6zda0eLQP+ezh9RzUqXlRBT3QG+oQNYlpvnIugNEzGFYxr9QxZ9TblpUX A3ow== X-Gm-Message-State: ANoB5pl0pnMKidwa7YR4ZVWzisDSx8TQUC4vpyAHH4iiSdwo21P/UVtx 8bz3oeFshMw/DXBF5c7O53f1xyXmGTk= X-Google-Smtp-Source: AA0mqf4kEvm1wPhvYGgmPZW7SV2ElvgmrkSjw6V1Z/mVHroxcajTSf8gxg/L4Bs5NAjoz4AQvLMtng== X-Received: by 2002:a05:6000:1181:b0:22e:53c0:ead8 with SMTP id g1-20020a056000118100b0022e53c0ead8mr18669083wrx.210.1669247700821; Wed, 23 Nov 2022 15:55:00 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id iv19-20020a05600c549300b003cf87623c16sm4312623wmb.4.2022.11.23.15.55.00 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 23 Nov 2022 15:55:00 -0800 (PST) From: zimoun To: Tobias Geerinckx-Rice , Abhishek Cherath Subject: Re: bug#59520: [PATCH] doc: Note that =?utf-8?Q?=E2=80=98guix_pac?= =?utf-8?Q?kage=E2=80=99?= accepts file names. In-Reply-To: <87pmddb9z4.fsf@nckx> References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> <87pmddb9z4.fsf@nckx> Date: Thu, 24 Nov 2022 00:54:55 +0100 Message-ID: <86r0xtdy5s.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59520-done Cc: 59520-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) On Wed, 23 Nov 2022 at 23:02, Tobias Geerinckx-Rice via Guix-patches via wrote: > Thanks! Pushed as 22d44f87763f86a05e9679d9ad2c99e17f4c79be. Already pushed. So my email=E2=80=99s refresh is too slow. ;-) Since I do not use this =E2=80=9Cfeature=E2=80=9D, how do you remove the pa= ckage from the file? Maybe a line could also be added. WDYT? BTW, my comment here [1] is coming after but still valid, IMHO: it misses an expression option to =E2=80=9Cguix install/remove=E2=80=9D. 1: Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 19:08:20 2022 Received: (at 59520) by debbugs.gnu.org; 24 Nov 2022 00:08:20 +0000 Received: from localhost ([127.0.0.1]:56670 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxzmu-0006hC-Iq for submit@debbugs.gnu.org; Wed, 23 Nov 2022 19:08:20 -0500 Received: from tobias.gr ([80.241.217.52]:41676) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxzmq-0006gz-FD for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 19:08:19 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=sp0Jnz+PEVOwn 9IXsNmlkctHjR/hBNSnieiB6MX4FIg=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=ZID1ERQTlwlR6rmEmv0MW6vC8IIylReANGruY1 bVP6edR5ccOphRJlLTVm3TrGF+Q6O76O8UC7pBlkJTsDh8t0AsYW54zebTrWR+Na2TpOdU 4wChyFypwliK1o3raRgQmt4+8BCE7TKjNcrKTbaDNN/ZS/rNOtUTxsiyuZAivwCSn8+7iT /pmk/lUBpcN95Xq4qVPoPezByt2fQ+PdPunBwI6InhJp4kQY8jKAfWVFiSQrAq3bgf0mNq ZtvgKNwgTHcBHyZdMJFrynlvuArUPXj+8+Vvh6OZp7FQCzpOOMt3qxEl3HhWZbhAzw4Zn0 xaN536sf6KeM5MV4JwBGoOBQ== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 1cb50f0b (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 24 Nov 2022 00:08:13 +0000 (UTC) References: <20221123183733.3889-1-abhi@quic.us> <20221123184750.4305-1-abhi@quic.us> <86o7sxflz8.fsf@gmail.com> <55329d6b-623f-c791-07c2-4eb219ca67d2@quic.us> <86bkoxfe7y.fsf@gmail.com> From: Tobias Geerinckx-Rice To: zimoun Subject: Re: [bug#59520] [PATCH] doc: Note that guix package can operate on outputs. Date: Thu, 24 Nov 2022 01:00:08 +0100 In-reply-to: <86bkoxfe7y.fsf@gmail.com> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87h6ypb4dg.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 Cc: Abhishek Cherath , 59520@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Heyo, zimoun =E5=86=99=E9=81=93=EF=BC=9A > How do you get the store path in the first place? =E2=80=98guix build=E2=80=99, for example. > =E2=80=A6what is missing is a way to provide an expression to =E2=80=9Cgu= ix=20 > package=E2=80=9D or > =E2=80=9Cguix install=E2=80=9D. Indeed, but as it would address only a subset of such use cases,=20 it should be a separate proposal. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY362HA0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15BGgA/03QHBzvPVQNX37XZaG4DI8fHy9rUXDdgjTzXuoU bbX9AQCkcfVm2uOFdT7jXx3/4RU9fvNU7fDT6wy3kw6SpW3AAQ== =oy3O -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 19:10:05 2022 Received: (at 59520) by debbugs.gnu.org; 24 Nov 2022 00:10:05 +0000 Received: from localhost ([127.0.0.1]:56675 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxzob-0006k0-06 for submit@debbugs.gnu.org; Wed, 23 Nov 2022 19:10:05 -0500 Received: from mta-06-3.privateemail.com ([198.54.127.59]:30633) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxzoY-0006jP-KW for 59520@debbugs.gnu.org; Wed, 23 Nov 2022 19:10:03 -0500 Received: from mta-06.privateemail.com (localhost [127.0.0.1]) by mta-06.privateemail.com (Postfix) with ESMTP id BAF0318000A9; Wed, 23 Nov 2022 19:09:55 -0500 (EST) Received: from [10.42.9.143] (unknown [208.252.28.138]) by mta-06.privateemail.com (Postfix) with ESMTPA id 4436E1800084; Wed, 23 Nov 2022 19:09:53 -0500 (EST) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=quic.us; s=default; t=1669248595; bh=oPmj82OdHhBW+l2QMFXreIdd8JZOVzollUbpRFvEK9M=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=mvR1ETzgAIqX+AG+rfpjy2viacnBexu36HVvK3/EcNdbALSQvKcTC0/nHPhNV+WfS Cl+C96OdEBYNa9VRlnZHuIkbKewNy69LF4sAe1k6X52AniVgMMkCiPOsqpsK8niWyb 5pmpGGBfKmnmST49k7z2qBGAMebxlX4plSSY9KiZ9RGvZ4nnNb7tEXm0Ygeyvu2B8l Nj8gnSjiYMsBRFymhTTk64QhUxPaXFo9mMJgBwDbecNisYCqcWQySPmJK3XxCruIvS 2BJI68dDGCsOjpR8PfqRynA93zGT63Pp5iiLZ2+UXsIMEElIeHfmUaSFqnF5oFDBnd HaIx5F64w6DjQ== Message-ID: Date: Wed, 23 Nov 2022 19:09:51 -0500 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [bug#59520] [PATCH] doc: Note that guix package can operate on outputs. Content-Language: en-US To: Tobias Geerinckx-Rice , zimoun References: <20221123183733.3889-1-abhi@quic.us> <20221123184750.4305-1-abhi@quic.us> <86o7sxflz8.fsf@gmail.com> <55329d6b-623f-c791-07c2-4eb219ca67d2@quic.us> <86bkoxfe7y.fsf@gmail.com> <87h6ypb4dg.fsf@nckx> From: Abhishek Cherath In-Reply-To: <87h6ypb4dg.fsf@nckx> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV using ClamSMTP X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520 Cc: 59520@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hello, guix package has --install-from-expression, but I guess that doesn't propagate to guix install because that's an alias for guix package -i Right? Abhishek. From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 19:20:12 2022 Received: (at 59520-done) by debbugs.gnu.org; 24 Nov 2022 00:20:12 +0000 Received: from localhost ([127.0.0.1]:56681 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxzyO-0006zR-82 for submit@debbugs.gnu.org; Wed, 23 Nov 2022 19:20:12 -0500 Received: from tobias.gr ([80.241.217.52]:35108) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oxzyL-0006zE-MW for 59520-done@debbugs.gnu.org; Wed, 23 Nov 2022 19:20:11 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=V/ZsgWGbqf6KU RLvsRjVUACi5hRXWNPqcpLwFokYBPA=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=Kj+WJ93U5TGljg++Vrfi08L0Jz7wF+fxirvUBP zHG5rx9QGp9V3qCxHLdJAEOFPi6ugCz6zQWCv7c9OgpGjEiMg1CoaiNs4slk1ADHTeCdJP pNubHkK0OK5MnwBeLpohtSpaolku7MTrggerFIwuxNvZTIKr0qSZcQ3+3nFf90jN3ES+XA FSEAGzMmYOl4mPBzsQe7XDfZs05HQCGxZpg43bjT1EWpnN9lDQUz7qn4GuI5+7cZ8uUrX1 dW49+H7MPa3zzxKxbZTiocQTfkfuBW4/NVpnGSY0NttbYQDVr5+y24r5vnwKfrqtRz3T7i I7+WDfuPZpgmSqhQku83QUcg== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id 16bd0dc2 (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 24 Nov 2022 00:20:06 +0000 (UTC) References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> <87pmddb9z4.fsf@nckx> <86r0xtdy5s.fsf@gmail.com> From: Tobias Geerinckx-Rice To: zimoun Subject: Re: bug#59520: [PATCH] doc: Note that =?utf-8?Q?=E2=80=98guix_pac?= =?utf-8?Q?kage=E2=80=99?= accepts file names. Date: Thu, 24 Nov 2022 01:10:57 +0100 In-reply-to: <86r0xtdy5s.fsf@gmail.com> BIMI-Selector: v=BIMI1; s=default; Message-ID: <87cz9db3tm.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520-done Cc: Abhishek Cherath , 59520-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable zimoun =E5=86=99=E9=81=93=EF=BC=9A > Already pushed. So my email=E2=80=99s refresh is too slow. ;-) Same! > Since I do not use this =E2=80=9Cfeature=E2=80=9D, how do you remove the = package=20 > from > the file? Quoting the word feature sounds very sarcastic. Is that just=20 because you don't personally use it? Sarcasm aside, a patch to add matching support for =E2=80=98guix remove=20 NAME@VERSION=E2=80=99 and perhaps =E2=80=98guix remove FILE=E2=80=99 would = be welcome, but=20 is a separate subject that deserves its own issue. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY3645Q0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW153CUBAKEi/T+I6Cxtq1gcqAr0uPr3Wp3orPz0jmf3yh4y BhszAQCYGpCU0Pgy1GMVQ9qV885O5ceJzorZVjXifWCPKzDSBg== =BtQj -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Wed Nov 23 19:23:52 2022 Received: (at 59520-done) by debbugs.gnu.org; 24 Nov 2022 00:23:52 +0000 Received: from localhost ([127.0.0.1]:56685 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oy01v-00075F-Qn for submit@debbugs.gnu.org; Wed, 23 Nov 2022 19:23:52 -0500 Received: from tobias.gr ([80.241.217.52]:51710) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oy01t-000756-AU for 59520-done@debbugs.gnu.org; Wed, 23 Nov 2022 19:23:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; s=2018; bh=ycISM5PbzdOc4 mC1O2g1u4GIZXjFP5hOHv71oQYMhHg=; h=in-reply-to:date:subject:cc:to: from:references; d=tobias.gr; b=KfOyDfF8V4VlJlYzfFWxWYFk8/LRvIAM4pnp/h Y/8TM5PH12Mkojie7ydHXORcEHZk7Rg8usGem1XnHacI908tH6035TfRrSrh+WTD6jc9rL b6QgNWf9lRNYx2Q3s5RYfnUQ6+r2EU95UEhdyReFnvq/tix+jU65hVnX6E1FknkIkTp+ti 6GJn2daQvJGbBPDYl4dvx+JTUbE8uN+auOjAKC9WHBerOPNPcfkIbbIIhnJvgtbXkfmY7N QciaUYUsha3rkNezzOcyn5VYQs8vkQjGNy37+b0t1rH+s2v/bOfAXL5AYFE4qEvhCYG/Nv 1XkP1eibtq40bR8/f5dQfogA== Received: by submission.tobias.gr (OpenSMTPD) with ESMTPSA id bb2de8da (TLSv1.3:AEAD-AES256-GCM-SHA384:256:NO); Thu, 24 Nov 2022 00:23:47 +0000 (UTC) References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> <87pmddb9z4.fsf@nckx> <86r0xtdy5s.fsf@gmail.com> <87cz9db3tm.fsf@nckx> From: Tobias Geerinckx-Rice To: zimoun Subject: Re: bug#59520: [PATCH] doc: Note that =?utf-8?Q?=E2=80=98guix_pac?= =?utf-8?Q?kage=E2=80=99?= accepts file names. Date: Thu, 24 Nov 2022 01:24:09 +0100 In-reply-to: <87cz9db3tm.fsf@nckx> BIMI-Selector: v=BIMI1; s=default; Message-ID: <878rk1b3ni.fsf@nckx> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.0 (/) X-Debbugs-Envelope-To: 59520-done Cc: Abhishek Cherath , 59520-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) --=-=-= Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: quoted-printable Tobias Geerinckx-Rice =E5=86=99=E9=81=93=EF=BC=9A > Sarcasm aside, a patch to add matching support for =E2=80=98guix remove > NAME@VERSION=E2=80=99 and perhaps =E2=80=98guix remove FILE=E2=80=99 woul= d be welcome,=20 > but is s/ perhaps//, there's no reason not to support it. Kind regards, T G-R --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iIMEARYKACsWIQT12iAyS4c9C3o4dnINsP+IT1VteQUCY365wg0cbWVAdG9iaWFz LmdyAAoJEA2w/4hPVW15idgA/1WupQaXZkEptImObqd/Bs+/36fqK48ZJsRk3q6w 4+A/AQDckhe9fFnDXFMlrG/Ptz03fercQXl8fo5QCmW1AkaHBA== =/CSE -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 24 07:02:58 2022 Received: (at 59520) by debbugs.gnu.org; 24 Nov 2022 12:02:58 +0000 Received: from localhost ([127.0.0.1]:57602 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyAwT-0000Z2-Kh for submit@debbugs.gnu.org; Thu, 24 Nov 2022 07:02:57 -0500 Received: from mail-wr1-f42.google.com ([209.85.221.42]:33668) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyAwL-0000YP-AP for 59520@debbugs.gnu.org; Thu, 24 Nov 2022 07:02:52 -0500 Received: by mail-wr1-f42.google.com with SMTP id i12so2230972wrb.0 for <59520@debbugs.gnu.org>; Thu, 24 Nov 2022 04:02:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=VQ35W/giw9NL0Ap0AoqTPtbhudFKeWc0Gpu7FEp+FNw=; b=b7mrtkUN9Dajr+ovJeBaDXQ6uhBDp6/1liFL6G70lhmBZdHcffPUvRV4FFyzexKBSc Bs6e/M8moUR+9dLYT/Rp5UGwgfYvHFVosb8NgTpNvBNdBC4g5z0CoQja7sP3wK9JdHkY kv2zzjUQcwwlpMgXG+FXrz0qsi+CkK4wwNEbecsvvIBRdFWRuF01ICmIIzlE0hYyBZL8 sxJ6EV089uNImdFrkpi0uAceGValUN4qYSeiFHNbpxf2soBRSQfTNDeu5AWttl8jbzLS 3MW8cFxiqkXXD4XzaLxyW7rRn4pjx4r7VM6+pZCzVm0Usayw9+5g/6ARag7nMWXwnJOd dx5A== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=VQ35W/giw9NL0Ap0AoqTPtbhudFKeWc0Gpu7FEp+FNw=; b=jTxFOPxwL0Cj+qSCGu4ypIEMo8bvUBhhVEgFUOXw65XQmAEX/XYBwfIDbZW3DfWy9R 1z5lTPn25XA9SdAU2aQQJjPo5CLITunMrr+WTfB84QRP8X8dLrKMYMg/hpg8n5Ni4CZW 5xRivgWo0SiXrTnNK/7+2byaOgXmd319eHoV/JwzTsxoCk0QAGwwKfHOLAmWPitOvrhB VdTODjavSjz4DWPFeLKGBe6Sh0ONu3usumyKKFkgsh4lbacyV7mdDpffdhbDaWOwpBZN 4zLMtjKpJtEhO/6eauV+RJH+GUCpFEeOcaH7+HFv4uMOkTAEYtpV2KoVkxV5Y+6mXfjx woKw== X-Gm-Message-State: ANoB5plaVzSq7BAWOWXPyFW0NyGmxUDJHYtv5MrDDSwvlQnzqlTYGzV/ pE1Dh3YO4UeI2YYDopigvYKUo5UNo58= X-Google-Smtp-Source: AA0mqf5KzKT26x7piHOfQ8qRcgVxsbNVOoPbEfQPYP+LULfbBqUTAS5Hw5GWAVc2cPKQRz22OanbDg== X-Received: by 2002:adf:f74f:0:b0:236:71fe:c9b9 with SMTP id z15-20020adff74f000000b0023671fec9b9mr19409804wrp.663.1669291363393; Thu, 24 Nov 2022 04:02:43 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id b13-20020a05600c4e0d00b003b3365b38f9sm1625678wmq.10.2022.11.24.04.02.42 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Nov 2022 04:02:43 -0800 (PST) From: zimoun To: Abhishek Cherath , Tobias Geerinckx-Rice Subject: Re: [bug#59520] [PATCH] doc: Note that guix package can operate on outputs. In-Reply-To: References: <20221123183733.3889-1-abhi@quic.us> <20221123184750.4305-1-abhi@quic.us> <86o7sxflz8.fsf@gmail.com> <55329d6b-623f-c791-07c2-4eb219ca67d2@quic.us> <86bkoxfe7y.fsf@gmail.com> <87h6ypb4dg.fsf@nckx> Date: Thu, 24 Nov 2022 11:27:34 +0100 Message-ID: <86bkowejft.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59520 Cc: 59520@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi, On Wed, 23 Nov 2022 at 19:09, Abhishek Cherath wrote: > guix package has --install-from-expression, but I guess that doesn't=20 > propagate to guix install because that's an alias for guix package -i Yes, this appears to me covering your use case for hidden packages. Well, I even missed it in my previous message [1]. :-) So I still miss what is the use case. For instance, guix package -e '(@@ (gnu packages rust) rust-1.65)' works and all the transformation options are also available in =E2=80=9Cguix package=E2=80=9D. Therefore, in the command line, guix package -i $(guix build =E2=80=A6) I miss what the =E2=80=A6 (dots) could be that cannot be expressed without = =E2=80=9Cguix build=E2=80=9D. Maybe cross-compiled packages with --system or --target? 1: Cheers, simon From debbugs-submit-bounces@debbugs.gnu.org Thu Nov 24 07:02:51 2022 Received: (at 59520-done) by debbugs.gnu.org; 24 Nov 2022 12:02:52 +0000 Received: from localhost ([127.0.0.1]:57598 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyAwN-0000Yi-L1 for submit@debbugs.gnu.org; Thu, 24 Nov 2022 07:02:51 -0500 Received: from mail-wm1-f44.google.com ([209.85.128.44]:36588) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1oyAwL-0000YN-2x for 59520-done@debbugs.gnu.org; Thu, 24 Nov 2022 07:02:50 -0500 Received: by mail-wm1-f44.google.com with SMTP id c65-20020a1c3544000000b003cfffd00fc0so3798633wma.1 for <59520-done@debbugs.gnu.org>; Thu, 24 Nov 2022 04:02:49 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:from:to:cc:subject:date:message-id :reply-to; bh=lQnRaINZ5TSIHpjvIUmhTqXpTiMJFqTxitJchv37OzY=; b=Xls/JU22L9zCY3Ox9lajK75kSp1z09edrOcciVhiHNKyW+G5L0CnKu8KnjPgXw0Q96 fJtcQo9memUAGtDpbm4/3ptmj/+pIn+FeFm3/3AnRIyv4kKgUx2IAjyr2gIYPbRlJyje vcaCUojXtr2R7D+bd4oTCW0Z3FfQLu+JZKCunaWkaJEAXN1M5Ict0iZ+CJC25KGjFJom ZlvOb/86uZolMxQtX33Ffz43IWsMyzjNUzk2p1bm6JSFEUM3jWndVmaSzyWY5XVIFdaq 5Sj25WXI11CePR1xX2rRbFyryZwR/R2dOCnATbxLVIIJcGB5XDLO1D/UO2vkfwiYo5n7 phtA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:message-id:date:references :in-reply-to:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=lQnRaINZ5TSIHpjvIUmhTqXpTiMJFqTxitJchv37OzY=; b=ka0Xj7OlGP0BT5DYyYyxoR32YsjGiwMW2gatj+d/xJAOQAdWbM6p5bjTv0vpZA8e2+ t0DlpPjyMzFJjQ71yn07avFf4Wt6l28ruDSK1tW+WohwU3oe+9Gg74cmbne0Q3OhgWoi RZYcB1ZAtrSFoJKS0KgM5cWD9LCifPU7X1YSabqpu4GE0VwG+KuZJA37Bb7Un3tiWL+S 6sHM5dcLhjmiK77FAtdqe6/WlsHwLcnNjD/7QL8mYK4ieIboBr9c5vosPjz1lZWHA7J0 7RKyefBetDBLrAVC9I8q85MUOi5c2Hyp+uSkVk8docWBa939xAt13Y4XKlmem1u9RNbB Pwvg== X-Gm-Message-State: ANoB5pm/BboK9wUbjbss6iMjDl7YlUL1zacEImpIQ2fmFb9qR3+2nCc/ I0pEInvBzqiBFlYAENNWPC1YlJ6LTUY= X-Google-Smtp-Source: AA0mqf6Yf+QRww8SKOk9ADxKzDz/4hKaFmYVl5IDHzMAmnWS/LSgrjZK5h+HqtKWRrwcTLVfeAd2Mw== X-Received: by 2002:a05:600c:3b0c:b0:3cf:8df2:63b7 with SMTP id m12-20020a05600c3b0c00b003cf8df263b7mr10044409wms.11.1669291362031; Thu, 24 Nov 2022 04:02:42 -0800 (PST) Received: from lili ([2a01:e0a:59b:9120:65d2:2476:f637:db1e]) by smtp.gmail.com with ESMTPSA id x2-20020adfffc2000000b002416f0f1e96sm1159503wrs.43.2022.11.24.04.02.41 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 24 Nov 2022 04:02:41 -0800 (PST) From: zimoun To: Tobias Geerinckx-Rice Subject: Re: [bug#59520] [PATCH] doc: Note that =?utf-8?Q?=E2=80=98guix_pa?= =?utf-8?Q?ckage=E2=80=99?= accepts file names. In-Reply-To: <87cz9db3tm.fsf@nckx> References: <20221120000540.1918-1-me@tobias.gr> <0091e21d-d436-ea67-cf1f-3ced7a282f67@quic.us> <87pmddb9z4.fsf@nckx> <86r0xtdy5s.fsf@gmail.com> <87cz9db3tm.fsf@nckx> Date: Thu, 24 Nov 2022 11:08:19 +0100 Message-ID: <86mt8gekbw.fsf@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 59520-done Cc: Abhishek Cherath , 59520-done@debbugs.gnu.org X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: debbugs-submit-bounces@debbugs.gnu.org Sender: "Debbugs-submit" X-Spam-Score: -1.0 (-) Hi Tobias, On Thu, 24 Nov 2022 at 01:10, Tobias Geerinckx-Rice via Guix-patches via wrote: > Quoting the word feature sounds very sarcastic. Is that just=20 > because you don't personally use it? Sorry, sarcastic was not what I mean. Quoting because I think it was not the initial intent of =E2=80=9Cguix package -i=E2=80=9D and the preferr= ed way for this use case should be=E2=80=93from my understanding=E2=80=93via a manifes= t file. So I consider (considered?) that more as a bug than a feature. Well, the quoting was not sarcasm but surprise, as in =C2=ABah? that=E2=80=99s no= t a bug=E2=80=A6 hm ok, it is a feature=C2=BB. :-) Cheers, simon From unknown Mon Aug 18 14:23:58 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Thu, 22 Dec 2022 12:24:06 +0000 User-Agent: Fakemail v42.6.9 # This is a fake control message. # # The action: # bug archived. thanks # This fakemail brought to you by your local debbugs # administrator