From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: support for non-list search paths Date: Mon, 06 Mar 2017 22:22:52 +0100 Message-ID: <87y3wi85hv.fsf@gnu.org> References: <148881650998.9901.885151305016110036@what> Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58828) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1cl05q-0000Jd-Rx for guix-devel@gnu.org; Mon, 06 Mar 2017 16:22:59 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1cl05n-0003vK-O5 for guix-devel@gnu.org; Mon, 06 Mar 2017 16:22:58 -0500 In-Reply-To: <148881650998.9901.885151305016110036@what> (Troy Sankey's message of "Mon, 06 Mar 2017 11:08:29 -0500") 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: Troy Sankey Cc: guix-devel@gnu.org 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 Ludo=E2=80=99.