From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 09 02:40:16 2023 Received: (at submit) by debbugs.gnu.org; 9 Jan 2023 07:40:16 +0000 Received: from localhost ([127.0.0.1]:35672 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEmlR-0003zl-KB for submit@debbugs.gnu.org; Mon, 09 Jan 2023 02:40:16 -0500 Received: from lists.gnu.org ([209.51.188.17]:49192) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEg0T-0001QD-TV for submit@debbugs.gnu.org; Sun, 08 Jan 2023 19:27:19 -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 1pEg0T-0003wT-Oc for bug-guix@gnu.org; Sun, 08 Jan 2023 19:27:17 -0500 Received: from w4.tutanota.de ([81.3.6.165]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pEg0S-0005Wh-5A for bug-guix@gnu.org; Sun, 08 Jan 2023 19:27:17 -0500 Received: from tutadb.w10.tutanota.de (unknown [192.168.1.10]) by w4.tutanota.de (Postfix) with ESMTP id 0A2BE10600E8 for ; Mon, 9 Jan 2023 00:27:13 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; q=dns/txt; c=relaxed/relaxed; t=1673224032; s=s1; d=kabelom.com; h=From:From:To:To:Subject:Subject:Content-Description:Content-ID:Content-Type:Content-Type:Content-Transfer-Encoding:Cc:Date:Date:In-Reply-To:MIME-Version:MIME-Version:Message-ID:Message-ID:Reply-To:References:Sender; bh=8qhwPMrXIJcZ3OSDAp8BAx6uYu8QhiiR081aTB2qm6I=; b=w6WVFxdw8lKpiZ53LBZJBpqiFTdOK0qm4e3i3GrSyIlnNlHp0mdWGLB/UX6Psf0I 0F/6t8z/PEK8zyt3FIMcb09Y6RoQhoVG26JojoFw6edl91rB23TWKtWNJ4tuwq9RApH UZGkfAZsOKfoaV5Aqr64wjMHg8wTbvmuCjbOxsHNuLGYGxsDtCHO2lgq5KNdFjXFMVO Iwp6rFJIvqfVZrl5c8kKZc9ca94l8ta47f9JUsAwVa/CAfHCWyc8evn+LdySs4o0vUc VVfzz9F1cdMWh88glilDPZhBT7qkP8vJ6KJCNzIYVXWGcWGghRrBBpc/NSv1AcWTl2V mRAbUodA1Q== Date: Mon, 9 Jan 2023 01:27:12 +0100 (CET) From: Kabelo Moiloa To: Bug Guix Message-ID: Subject: guix: home: environment-variables: Breaking change 73684dc90 MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="----=_Part_478990_1401773489.1673224032726" Received-SPF: pass client-ip=81.3.6.165; envelope-from=personal@kabelom.com; helo=w4.tutanota.de 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.4 (-) X-Debbugs-Envelope-To: submit X-Mailman-Approved-At: Mon, 09 Jan 2023 02:40:11 -0500 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 (--) ------=_Part_478990_1401773489.1673224032726 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Before this commit it was possible to build a guix home configuration where home-environment-variables-service-type could ungexp any file-like object such as a package. The commit 73684dc90 forces it to be a string, which contradicts the documentation for guix. Concretely, guix home environment test-home.scm worked before that commit where test-home.scm is attached to this email. -- Regards, Kabelo M'sobomvu Moiloa ------=_Part_478990_1401773489.1673224032726 Content-Type: text/x-scheme; charset=us-ascii; name=test-home.scm Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename=test-home.scm (use-modules (guix gexp) (gnu home) (gnu home services) (gnu packages base) (gnu services)) (home-environment (services (list (simple-service 'add-environment-variable home-environment-variables-service-type `(("PACKAGE" . ,(file-append hello "/bin/hello"))))))) ------=_Part_478990_1401773489.1673224032726-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 09 04:11:36 2023 Received: (at 60688) by debbugs.gnu.org; 9 Jan 2023 09:11:36 +0000 Received: from localhost ([127.0.0.1]:35769 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEoBr-0006OQ-S6 for submit@debbugs.gnu.org; Mon, 09 Jan 2023 04:11:36 -0500 Received: from relay9-d.mail.gandi.net ([217.70.183.199]:45275) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEoBp-0006Nw-Fk for 60688@debbugs.gnu.org; Mon, 09 Jan 2023 04:11:34 -0500 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id B38A4FF804; Mon, 9 Jan 2023 09:11:26 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1673255487; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=maSnqWfVrrmNvlFZUqfv1l6XrO1d/vweXaoFxl4wtl8=; b=abRpJOoauLD/QA+3+Tz9C8MyAD9Yb17S5zQL0EXrjjvuT7ZVev58S1zRcUrBHYXUgwKUpm a7ChIDj27yG48a2i1NAxiAZpmg+HLRie4ERKIs4MZ4JuGQp0B65bbY5f5YEa0mYyCfawjF HMiqfo9m4GLrFEOeYukdDiojvMWorx7smZaL+kRaGB8YmAb1uZWIAJ8w17vhQkVSKznwah xvVKFnglQhNUJiFia949fvYVMQ9kaLFOIVK/Fh4ZLaOExU286vfsnpt/isf3bdtfQBBhuI UpgdSbHuIGzKI/OubtRQ0x0+tGlzJs0PoWIq+1NLYEPhfnyMatN532uWXeT5yA== From: Andrew Tropin To: 60688@debbugs.gnu.org, Kabelo Moiloa Subject: guix: home: environment-variables: Breaking change 73684dc90 Date: Mon, 09 Jan 2023 13:11:22 +0400 Message-ID: <87cz7o3wed.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: -0.7 (/) X-Debbugs-Envelope-To: 60688 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.7 (-) --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable yhetil mirror is a little behind and I've not received this email thread yet and thus it's not in my guix-home notmuch search. A few minutes ago I saw you forwarded this thread to me and patches look good, but I already made and pushed similiar changes. Sorry for inconvenience. =2D-=20 Best regards, Andrew Tropin --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmO72joACgkQIgjSCVjB 3rCDJA/+JWKW/AQo4SGf5emPrDSqUutuJlQkyqwTXdEoIk76KfmaIHvCop/se4zv Q75UxpKdWwXuMo/AoGMDgBqmyr428UQzo2nvJA7ZCrleBf6a/CQpQfOAb4ojMVkW Dq2w+sJpTcgDJ5ycoKfFQkz03YMFOYPZtwmEZEEJyA/vs7FGTQpeT0qLHRFVIjQb t2EstKls6sTChfwA3x4Bw7AXluZmWNcj16MmXU7n7UKO2XmstrE5EFHLy7lBoOW5 YpAn2uNIU7yJNR2IARft355BGbj7xUkAS//DY85ErEc49yooh89CRCegqmkKXRd+ uVH8nY+2aty6NY4OtXM6mFu3Kw//qG+8gULWCaLf+yo3hsyoUef4UYeqppsvWBOf S8czPfdCEmMUYwULFGB9KHQP4OZ0doqViM+sDxcwjokQA6Te3x2CAygKg38Ps+78 3AYFDp/4M4IZRt+jxQh6bvzuaUXyFuM97ymhOPLHWXjAKwz8JKwhWeuT2tx55xOJ cppX39afWfwr0RatrbGA1ltKS5eATVUtUi4NAfx/L57r3/lDidd58E/UHEulY8fy tgn3FF41qK2L+aERvu0CsZv0mvd4pWBhUaCW0QJIDeZGcfy1ZV4eLS9dG6H4Oq0i TASu51mvToPF9V74eR6XwEQH12C6o3N0OGPf97Hn7JGm2PLlCXk= =e8oD -----END PGP SIGNATURE----- --=-=-=-- From debbugs-submit-bounces@debbugs.gnu.org Mon Jan 09 04:13:20 2023 Received: (at control) by debbugs.gnu.org; 9 Jan 2023 09:13:20 +0000 Received: from localhost ([127.0.0.1]:35774 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEoDY-0006R8-Ae for submit@debbugs.gnu.org; Mon, 09 Jan 2023 04:13:20 -0500 Received: from relay7-d.mail.gandi.net ([217.70.183.200]:34173) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pEoDW-0006Qt-8M for control@debbugs.gnu.org; Mon, 09 Jan 2023 04:13:18 -0500 Received: (Authenticated sender: andrew@trop.in) by mail.gandi.net (Postfix) with ESMTPSA id E4E6220017 for ; Mon, 9 Jan 2023 09:13:09 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=trop.in; s=gm1; t=1673255592; h=from:from:reply-to:subject:subject:date:date:message-id:message-id: to:to:cc:mime-version:mime-version:content-type:content-type; bh=FFMMXpSwXjxpHiZMEsZJbYRgaS26rivg8w/KLhrGacY=; b=YOAJK0nGJYjp7VdSXCSSo3K5Zf9mJ4OZNFHkcJ/IpZGhaNVQ+NvEanTM2d937SbfchB59u MRXDAtjImpG6stBF9NBsWxWiPynl5DM29xRuOujzZ2S0Y2YLE07oNhR4aVr0mspE1s3/3H h4Mi8rIl1lNICTKcIFsVD1PaTO0zMZc9xjr6tCoqd2qNBLR6sOpchS+hBc5ArfI/TNs/OW gvxOPWt4hNB+wQ6+ABqMLZ5oCoRQjLNN6W2TRF+nbOieoBu0D1mr9uMuoTBPDb7CqQFCna ijciJPIGOqOCwpVvDYcCLniBT881UKcI8+T9VMw+GD4nQ8LUcxx5Dypk969rFA== From: Andrew Tropin To: control@debbugs.gnu.org Subject: Superseded Date: Mon, 09 Jan 2023 13:13:06 +0400 Message-ID: <87a62s3wbh.fsf@trop.in> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-Spam-Score: 2.9 (++) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 60688 Content analysis details: (2.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [217.70.183.200 listed in zen.spamhaus.org] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.200 listed in wl.mailspike.net] -0.0 SPF_PASS SPF: sender matches SPF record 0.0 TVD_SPACE_RATIO No description available. X-Debbugs-Envelope-To: control 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.9 (+) X-Spam-Report: Spam detection software, running on the system "debbugs.gnu.org", has NOT identified this incoming email as spam. The original message has been attached to this so you can view it or label similar future email. If you have any questions, see the administrator of that system for details. Content preview: close 60688 Content analysis details: (1.9 points, 10.0 required) pts rule name description ---- ---------------------- -------------------------------------------------- -0.0 RCVD_IN_MSPIKE_H2 RBL: Average reputation (+2) [217.70.183.200 listed in wl.mailspike.net] 3.6 RCVD_IN_SBL_CSS RBL: Received via a relay in Spamhaus SBL-CSS [217.70.183.200 listed in zen.spamhaus.org] -0.7 RCVD_IN_DNSWL_LOW RBL: Sender listed at https://www.dnswl.org/, low trust [217.70.183.200 listed in list.dnswl.org] 0.0 SPF_HELO_NONE SPF: HELO does not publish an SPF Record -0.0 SPF_PASS SPF: sender matches SPF record 0.0 TVD_SPACE_RATIO No description available. -1.0 MAILING_LIST_MULTI Multiple indicators imply a widely-seen list manager --=-=-= Content-Type: text/plain close 60688 --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQIzBAEBCgAdFiEEKEGaxlA4dEDH6S/6IgjSCVjB3rAFAmO72qIACgkQIgjSCVjB 3rApzA/5AbE0eVMJpY0G4Q0eL866HlgTQXt6QHdgA7lHxUd9/rwK/4JaNfhGmnZe YAydwGRFiQ+bbcttBAm4C3TLBYq9x+3nh40vsB6bu12F7OEtlWmLA90c19eKimRw yaoGMfF9WrVMOBcVICtNY1bCene+doCP2MzWBh/1Wk7qmGKRKZYDhcPOtAdy4hx0 5W5v4Sqwc27QeILoKYh+SZM89XC1/dkfhFi63cNdk1Mj+umU8Jfny+8GbCsW8PPn mk/e2eCs0sLhPEHRcq4/X11fAjKccuwxNAfSHnfgzto3NPOQNAE+lSEY+4q/BDrR /N1ZVORyPm/rk1jH6B1zTTabNzshHnLEmlbGZpb7bcPZgKcIWi4IlLg5EsAjRkmz wQ4TAM5eRe/ONgzgSteYLHNh6bza8/HlKsRs93f7MX7XgZDu+p6imzhk/gEDhOgh 2FwicAvx5dlz6jANYqNm/m6LYZ1UHLiw0+hJnUIOv5OXQZYidMHjqeAGGl3QzFBv WxTmpl7WcHOfo/BPBDqUMnrEEhcqK0Jy+tNrUa0IbyFFJRiHqIo/vDHE5uCwMb6I PzWlnfeeOWmKRTlaIAF2ot4CwIWJX7Z8njUWRrgmvVZLCNtPWhz4vS9frhxNJmeT Z4OPxFLLzFArcD+ipFOhpebzcD3lXV6rJTSuXhLjQL/1R0MIssY= =fdER -----END PGP SIGNATURE----- --=-=-=-- From unknown Sat Aug 16 21:19:54 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, 06 Feb 2023 12:24:13 +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