From unknown Fri Aug 15 15:29:35 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#71201 <71201@debbugs.gnu.org> To: bug#71201 <71201@debbugs.gnu.org> Subject: Status: [PATCH] doc: Replace 'specification->package+output' with 'specifications->packages'. Reply-To: bug#71201 <71201@debbugs.gnu.org> Date: Fri, 15 Aug 2025 22:29:35 +0000 retitle 71201 [PATCH] doc: Replace 'specification->package+output' with 'sp= ecifications->packages'. reassign 71201 guix-patches submitter 71201 iyzsong@envs.net severity 71201 normal tag 71201 patch thanks From debbugs-submit-bounces@debbugs.gnu.org Sat May 25 20:23:39 2024 Received: (at submit) by debbugs.gnu.org; 26 May 2024 00:23:39 +0000 Received: from localhost ([127.0.0.1]:55752 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sB1fm-0005rM-Rk for submit@debbugs.gnu.org; Sat, 25 May 2024 20:23:39 -0400 Received: from lists.gnu.org ([209.51.188.17]:37314) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sB1fk-0005nC-33 for submit@debbugs.gnu.org; Sat, 25 May 2024 20:23:36 -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 1sB1fb-0007IU-Tm for guix-patches@gnu.org; Sat, 25 May 2024 20:23:27 -0400 Received: from mail.envs.net ([5.199.136.28]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1sB1fY-0002Wj-Kt for guix-patches@gnu.org; Sat, 25 May 2024 20:23:27 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 6079538A36B2; Sun, 26 May 2024 00:23:20 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1716683000; bh=zBABYTKrJQV9FDnC/fxjsvLZ3jBCV+4lWTShOPu5IgI=; h=From:To:Cc:Subject:Date:From; b=H3JUeL1MuiuoL8/SY9ivsz7cyF1Ft+7Kxg8RiQBuZ3IfQzfLynjJVKNQgQPaMwPMI irnRe3mHT1F0s23fm8h77Ec7dCa5ZLw3ETCaASJIxpes1DGVR7nTQjFbF7HrYg7E2b Zywvdw24r5t7FW2wkmszK7zHJIqUP14wVo3LJFqVNB/PwoQvkpOdL1PX84k5uBwP5N 6tn2VbiK3GSYpJDzboosV6YSxsWBwuJblV8JSOC5W5B5J0cJ/TQ8vVyNpng9WVjS7+ PhYMlNkhn7YTFed6mNU0CX9Ae26J3IwyQxZpg2iRJZhx3ZaSmFqMzmaonSTJvDt91p yM1ddW5yfioaPaehBooHDMK7n6KFL4Vq4/aWlkSl8mRcHCZzV6AkhxajBtdlCFJQXW Tt3EFxD2Q+Wh8tToRNDEIfgcSJqFRPr90xOwpgkH29ZCuJbiJorKQzo0+A87spkOMU QT14KUYUQONg2TRhno/dgSUgpLdgwRpfTrm/24jPDxz7T1SS0KGWRR8cVhDaW0gTs8 iYZkY7iJpWV+e1BWFDRlkpHaWpxghSd3gCOo8E9RoJ5HX8gI94PyW7gnVn4XQXW3uH eIkHD7tgUglnQOelewJVnGTIfkZCTI2rD/EadxgxFIQXXqEy/CklCoPnO7/6+490lU 7+urMiTR6doH7zKAvM1k/Tvk= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id htWVXOJf3PP1; Sun, 26 May 2024 00:23:17 +0000 (UTC) Received: from localhost (unknown [36.170.58.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Sun, 26 May 2024 00:23:17 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by localhost (OpenSMTPD) with ESMTP id 66bba81d; Sun, 26 May 2024 00:23:11 +0000 (UTC) From: iyzsong@envs.net To: guix-patches@gnu.org Subject: [PATCH] doc: Replace 'specification->package+output' with 'specifications->packages'. Date: Sun, 26 May 2024 08:23:08 +0800 Message-ID: <4f85abaf9a60c8ce21bf7aad916fd5a8476ee88c.1716682979.git.iyzsong@member.fsf.org> X-Mailer: git-send-email 2.41.0 MIME-Version: 1.0 X-Debbugs-Cc: Florian Pelz , Ludovic Courtès , Matthew Trzcinski , Maxim Cournoyer Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Received-SPF: pass client-ip=5.199.136.28; envelope-from=iyzsong@envs.net; helo=mail.envs.net 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_NONE=0.001, SPF_PASS=-0.001 autolearn=ham autolearn_force=no X-Spam_action: no action X-Spam-Score: -1.4 (-) X-Debbugs-Envelope-To: submit Cc: =?UTF-8?q?=E5=AE=8B=E6=96=87=E6=AD=A6?= 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.4 (--) From: 宋文武 '(map specification->package+output specs)' doesn't work due to 'specification->package+output' will return multiple values. * doc/guix.texi (Using the Configuration System): Replace 'specification->package+output' with 'specifications->packages'. Change-Id: I443771327a2ef5ae5e7dddd9785f1eef4200e898 --- doc/guix.texi | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/doc/guix.texi b/doc/guix.texi index 8073e3f6d4..8cb1a541eb 100644 --- a/doc/guix.texi +++ b/doc/guix.texi @@ -17246,10 +17246,10 @@ Using the Configuration System %base-packages))) @end lisp -@findex specification->package+output +@findex specifications->packages When a package has more than one output it can be a challenge to refer to a specific output instead of just to the standard @code{out} output. For these -situations one can use the @code{specification->package+output} procedure from +situations one can use the @code{specifications->packages} procedure from the @code{(gnu packages)} module. For example: @lisp @@ -17257,8 +17257,8 @@ Using the Configuration System (operating-system ;; ... - (packages (append (map specification->package+output - '("git" "git:send-email")) + (packages (append (specifications->packages + '("git" "git:send-email")) %base-packages))) @end lisp base-commit: 9756d9d6345fb142944261174453ab0a597cc2e7 -- 2.41.0 From debbugs-submit-bounces@debbugs.gnu.org Sun May 26 07:58:38 2024 Received: (at 71201) by debbugs.gnu.org; 26 May 2024 11:58:38 +0000 Received: from localhost ([127.0.0.1]:38518 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBCWL-0007h4-Tr for submit@debbugs.gnu.org; Sun, 26 May 2024 07:58:38 -0400 Received: from mail-ot1-f51.google.com ([209.85.210.51]:48345) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBCWJ-0007gn-7G for 71201@debbugs.gnu.org; Sun, 26 May 2024 07:58:36 -0400 Received: by mail-ot1-f51.google.com with SMTP id 46e09a7af769-6f8e9d4dff3so163754a34.0 for <71201@debbugs.gnu.org>; Sun, 26 May 2024 04:58:27 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20230601; t=1716724641; x=1717329441; darn=debbugs.gnu.org; h=content-transfer-encoding:mime-version:user-agent:message-id:date :references:in-reply-to:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=Lp3IPhkqmd/DAizjWuCHwkDRSgOodonF9fqxmBEgQx0=; b=PgrI6R8V4l3YjHG20maDZboXbjqeHYcFftyEIYYIk+kE3pLQFGw/xeG3mMroks4hFT G3uko6A9IOD27iqdTK9jikRQuvXkY36oCyLpoGR2GiUveWGewRrsxTLhhiHCRrf2Sz5N cHtRF8AFN+QeN7AB4H/VZHUTBf7bxfBt4+/lzGjA57Vv9w2Hgo90F1yan83aXg3bgZMv ChZ+Xe3oaQW4H0dSNx62iDmQq7RQaoTmo6Tuy8Zt6bgGTqrNMVkP8pBfPzBu91e3j8/i HKWo+WYZmoOlfgnxm+OD/eoM1BpCD73mHU9+v4DyMkzT+KUkLIBQ2K1dVjeYJ4I6wSUB IkCQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20230601; t=1716724641; x=1717329441; h=content-transfer-encoding:mime-version:user-agent: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=Lp3IPhkqmd/DAizjWuCHwkDRSgOodonF9fqxmBEgQx0=; b=n81JwFYQ14WyOtaxrTVthKMtiNrs81KpxHRkfO7wx2z1JxYNR/DlRMs9pQImtrCtkn bQoZAC/1Bz5LhYJi0nRlMOhS7gf+tF4B7kTM/t2klDowDlqRW461dh1HzAdO/E50A5+A NkCkwp+q596yTo8fszgAFTdagQ0yM5a/EzBtBAJPsfb9O1SmCVkXPrKiXs9ur1212yCI WYZwabF8a7qBLx51GyeBySn7dALUna8/iL/g/HG/cT3Ueb6X6INAceCXvwMj1jsc70Oq faxe31umvq9qcg4FIYVT+cycCEwYZrNDdiWuls7CcVxw+YKLjcUQ5/d9tvYyMcZXD4iE nnSQ== X-Gm-Message-State: AOJu0YztNgkp0177vnGp0q/E7FjdOmFaHVSLG3+2vEo6svLqpJBjA1AB F94xjP9mUtGIQjPP1tBpRR6rondHkuUWOAfV3mSTpcOE3kTce//p X-Google-Smtp-Source: AGHT+IGWKo5G44ghBkAzaRsGhQe950HC4ywFXsQQsP0CS+qazKsN7BZidUOnlIWc0TSpqn4WSUWq6g== X-Received: by 2002:a05:6808:1a18:b0:3c9:64b4:a7b with SMTP id 5614622812f47-3d1a54849f7mr8697630b6e.4.1716724641159; Sun, 26 May 2024 04:57:21 -0700 (PDT) Received: from hurd (dsl-153-139.b2b2c.ca. [66.158.153.139]) by smtp.gmail.com with ESMTPSA id 6a1803df08f44-6ac0710865fsm25773726d6.71.2024.05.26.04.57.20 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Sun, 26 May 2024 04:57:20 -0700 (PDT) From: Maxim Cournoyer To: iyzsong@envs.net Subject: Re: [bug#71201] [PATCH] doc: Replace 'specification->package+output' with 'specifications->packages'. In-Reply-To: <4f85abaf9a60c8ce21bf7aad916fd5a8476ee88c.1716682979.git.iyzsong@member.fsf.org> (iyzsong@envs.net's message of "Sun, 26 May 2024 08:23:08 +0800") References: <4f85abaf9a60c8ce21bf7aad916fd5a8476ee88c.1716682979.git.iyzsong@member.fsf.org> Date: Sun, 26 May 2024 07:57:19 -0400 Message-ID: <8734q4iy5c.fsf@gmail.com> 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-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71201 Cc: 71201@debbugs.gnu.org, =?utf-8?B?5a6L5paH5q2m?= , Ludovic =?utf-8?Q?Court=C3=A8s?= , Florian Pelz , Matthew Trzcinski 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 (-) iyzsong@envs.net writes: > From: =E5=AE=8B=E6=96=87=E6=AD=A6 > > '(map specification->package+output specs)' doesn't work due to > 'specification->package+output' will return multiple values. > > * doc/guix.texi (Using the Configuration System): Replace > 'specification->package+output' with 'specifications->packages'. > > Change-Id: I443771327a2ef5ae5e7dddd9785f1eef4200e898 Reviewed-by: Maxim Cournoyer --=20 Thanks, Maxim From debbugs-submit-bounces@debbugs.gnu.org Sun May 26 21:47:27 2024 Received: (at 71201-done) by debbugs.gnu.org; 27 May 2024 01:47:27 +0000 Received: from localhost ([127.0.0.1]:42782 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBPSR-0006xb-Dc for submit@debbugs.gnu.org; Sun, 26 May 2024 21:47:27 -0400 Received: from mail.envs.net ([5.199.136.28]:45686) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1sBPSQ-0006xS-9A for 71201-done@debbugs.gnu.org; Sun, 26 May 2024 21:47:26 -0400 Received: from localhost (mail.envs.net [127.0.0.1]) by mail.envs.net (Postfix) with ESMTP id 3A4CC38A36C6; Mon, 27 May 2024 01:47:17 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=envs.net; s=modoboa; t=1716774437; bh=l/6tz6SnhqiWgthnFBeRoi4UV/fvtay2P7urAkE+4lI=; h=From:To:Cc:Subject:In-Reply-To:References:Date:From; b=K7u6OaiXl5wMKl1/6u6H6Gsa/rSzUh8cGWfATR3QCCu9AKLfDUc6H+R7rUusMGgiS IT6NNc9AgL5pxOty+DNYrFB0MMAlGNF/f22+EgPUsSQ26+u0OYjk54oxMj4sSfMKjc U4WGG16CJE4WkEB0xzslcaOz5s0iLhKDdC70dl9GX9vj73zAjPAjCK4587wM19RcqZ WCF8OZNvfNAF0TrlPlx8kMiKVr0NtIgU+q+rMLIY8AztenzphtzXDlzuJOMtGipF7f U+2zjEnkXHC2Ae1RITGCB3p53qHEbDJPUWeywpQcURMvO12GIDQVkTd4H68ePHv78O VTPNw8G3+Zc1puNroBpmzYqKY5cJ+f/ywOwYFREo4ysQJnWNCj1OW+mKXpxmqLaNgJ pGD3WHrF6PTiAvJkXu0tX0ShJDALpRTsv8IlphXJmtsWhM0cj8c50rCqCGo4UNt4Q7 3/tz8V0deNqEQC8+MKDUm7LMcLlarC6B29wTvzHDJa1aRw9gUnDxd2gnVCVQZq7Bzs p0GoLJ2IKntmXnfb5OFwFZwsFi+Ho8gBSNPt6gPe7fDPVcZu42ot01+hj2TdVRbjD6 88S7RkwG4+0moAUXdd6ikgTc4F8jGyzinrLiPkjqIiMozPNL/SCfVmOGY5OghhDgk8 FkU2lsmnsXUGvb7OXk3pJAN0= X-Virus-Scanned: Debian amavisd-new at mail.envs.net Received: from mail.envs.net ([127.0.0.1]) by localhost (mail.envs.net [127.0.0.1]) (amavisd-new, port 10026) with ESMTP id ZDV71CDraWRI; Mon, 27 May 2024 01:47:09 +0000 (UTC) Received: from localhost (unknown [36.170.58.241]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange ECDHE (P-256) server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by mail.envs.net (Postfix) with ESMTPSA; Mon, 27 May 2024 01:47:09 +0000 (UTC) Received: from localhost (localhost [local]) by localhost (OpenSMTPD) with ESMTPA id 34f6f12d; Mon, 27 May 2024 01:47:07 +0000 (UTC) From: =?utf-8?B?5a6L5paH5q2m?= To: Maxim Cournoyer Subject: Re: [bug#71201] [PATCH] doc: Replace 'specification->package+output' with 'specifications->packages'. In-Reply-To: <8734q4iy5c.fsf@gmail.com> (Maxim Cournoyer's message of "Sun, 26 May 2024 07:57:19 -0400") References: <4f85abaf9a60c8ce21bf7aad916fd5a8476ee88c.1716682979.git.iyzsong@member.fsf.org> <8734q4iy5c.fsf@gmail.com> Date: Mon, 27 May 2024 09:47:07 +0800 Message-ID: <87sey4vxes.fsf@envs.net> 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-Spam-Score: 0.0 (/) X-Debbugs-Envelope-To: 71201-done Cc: 71201-done@debbugs.gnu.org, =?utf-8?B?5a6L5paH5q2m?= , Ludovic =?utf-8?Q?Court=C3=A8s?= , Florian Pelz , Matthew Trzcinski 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 (-) Maxim Cournoyer writes: > iyzsong@envs.net writes: > >> From: =E5=AE=8B=E6=96=87=E6=AD=A6 >> >> '(map specification->package+output specs)' doesn't work due to >> 'specification->package+output' will return multiple values. >> >> * doc/guix.texi (Using the Configuration System): Replace >> 'specification->package+output' with 'specifications->packages'. >> >> Change-Id: I443771327a2ef5ae5e7dddd9785f1eef4200e898 > > Reviewed-by: Maxim Cournoyer Pushed to master as commit f119408f2f, thank you for review. From unknown Fri Aug 15 15:29:35 2025 Received: (at fakecontrol) by fakecontrolmessage; To: internal_control@debbugs.gnu.org From: Debbugs Internal Request Subject: Internal Control Message-Id: bug archived. Date: Mon, 24 Jun 2024 11:24:05 +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