From mboxrd@z Thu Jan 1 00:00:00 1970 From: Troy Sankey Subject: Re: support for non-list search paths Date: Mon, 06 Mar 2017 19:43:06 -0500 Message-ID: <148884738680.532.9088633229663950073@what> References: <148881650998.9901.885151305016110036@what> <87y3wi85hv.fsf@gnu.org> Mime-Version: 1.0 Content-Type: multipart/signed; protocol="application/pgp-signature"; micalg="pgp-sha256"; boundary="===============0728745521==" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:41436) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cl3Dp-0001TS-G8 for guix-devel@gnu.org; Mon, 06 Mar 2017 19:43:26 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cl3Do-0003AC-EY for guix-devel@gnu.org; Mon, 06 Mar 2017 19:43:25 -0500 Content-Disposition: inline In-Reply-To: <87y3wi85hv.fsf@gnu.org> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= Cc: guix-devel@gnu.org --===============0728745521== Content-Type: multipart/mixed; boundary="===============0977532125==" MIME-Version: 1.0 --===============0977532125== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Quoting Ludovic Court=C3=A8s (2017-03-06 16:22:52) > Hi, > = > Troy Sankey skribis: > = > > My workaround involves using `guix package --search-paths=3Dexact`, but > > this cost me some time debugging which I'd like to save the next person. > > I am not sure what the solution should be. Maybe just a clarification > > in documentation? What about an argument for search-path-specification > > to force the variable to always be "exact"? > = > This last option has been implemented in the =E2=80=98core-updates=E2=80= =99 branch, > which is meant to be merged Real Soon (hopefully within one or two > weeks): > = > https://bugs.gnu.org/25422 Wow! yay! Troy --===============0977532125== Content-Type: text/x-diff; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Content-Disposition: attachment; filename="0001-gnu-git-force-GIT_EXEC_PATH-to-be-single-entry.patch" From=20faf99fec917115cdce11b48e5bb68159322c9eef Mon Sep 17 00:00:00 2001 From: Troy Sankey Date: Mon, 6 Mar 2017 19:31:02 -0500 Subject: [PATCH] gnu: git: force GIT_EXEC_PATH to be single-entry * gnu/packages/version-control.scm (git)[native-search-paths](separator): New field. --- gnu/packages/version-control.scm | 1 + 1 file changed, 1 insertion(+) diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-contro= l.scm index 9cbd49220..d2ddfeef0 100644 --- a/gnu/packages/version-control.scm +++ b/gnu/packages/version-control.scm @@ -295,6 +295,7 @@ as well as the classic centralized workflow.") (files '("etc/ssl/certs/ca-certificates.crt"))) (search-path-specification (variable "GIT_EXEC_PATH") + (separator #f) ;single entry (files '("libexec/git-core"))))) = (synopsis "Distributed version control system") -- = 2.12.0 --===============0977532125==-- --===============0728745521== MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Description: signature Content-Type: application/pgp-signature; name="signature.asc"; charset="us-ascii" -----BEGIN PGP SIGNATURE----- iQIzBAABCAAdFiEE0zLJ6STd4Cp+CgbIgs677ofYV8IFAli+AhoACgkQgs677ofY V8LUFg/+LEJqY0cDjuRNRKrZKHo6LvktRL5Vns9dD6Ah37XOEvSTlCogyZ3N6LRA SsH+hoWyfCsSOr6XoYc4MfpmSx2qBGp5LAKDzX8PGsBYh4jCTOw6ZRYrlMB8h2D/ EifBQDYcQgv4GfDr4r5XyCwn/uT7il2M47wPYwAXsx5iEbIEVEqvRgtJNKiNf05P trRmGEmbXkoO/lqdW3gHGm+BoqyFMor6pXK0QMUJvQcqbBfl2ehpUKSz9qjAYa09 bLRD4VavfLdTYKb6gCJ2w/nb4ROlgkuevXQCDxXRTdpTA2DpcOgwB2pyUkDpYvgD /m5YHxt9O7/xTX6q05AcKEAbBmgDb+P9VtBO66NcRA9zJpcs9Fla2ZmKQqPQWS0q 9EBi9wbe76BKhxvp/Oq+QtxEJajyy3hXzdWn6Ybv83EUQiVWB4Kox9F858Uwfi91 D5q510txQwRKIDMBMrfsHeiX1zff7/hY7kXYGx4BgdyMyBosBMmKmaXaxJFrRym6 U4OGKZXqluxe9uq4vwIJ+H+apaBY0LxG5Vk6K0YYNjeZKKSvUoNG2E3+ebOnQf/Q t25WCiIHkDICm3k3Lo7CGmWsq/cRJ9TSvoc8W1FyUiie9lad7ju1Ay2iNHwwbD2h d/zAo9A54bRGQSvqXQMjknjD5XMsX0G6IH9hxK5ViLIiPgxyjuk= =xZpi -----END PGP SIGNATURE----- --===============0728745521==--