From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: Re: [PATCH 1/2] packages: Merge like search path specifications. Date: Fri, 27 Feb 2015 17:03:39 +0100 Message-ID: <87mw3zpcis.fsf@gnu.org> References: <87ioes9hyi.fsf@fsf.org> <87egpg9hlr.fsf@fsf.org> 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]:52063) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRNOC-0000qA-U9 for guix-devel@gnu.org; Fri, 27 Feb 2015 11:03:45 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1YRNOA-000551-8p for guix-devel@gnu.org; Fri, 27 Feb 2015 11:03:44 -0500 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:38674) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1YRNOA-00054s-0y for guix-devel@gnu.org; Fri, 27 Feb 2015 11:03:42 -0500 In-Reply-To: <87egpg9hlr.fsf@fsf.org> (David Thompson's message of "Mon, 23 Feb 2015 21:19:12 -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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: David Thompson Cc: guix-devel@gnu.org David Thompson skribis: > From 3f72a5d1cfe6d65f54c50c2ac8a8dd31f1a0691f Mon Sep 17 00:00:00 2001 > From: David Thompson > Date: Mon, 23 Feb 2015 20:36:59 -0500 > Subject: [PATCH 1/2] packages: Merge like search path specifications. > > * guix/packages.scm (merge-search-path-specifications): New procedure. > * guix/scripts/packages.scm (search-path-environment-variables): Merge se= arch > paths before displaying them. Could you add a test case? Otherwise LGTM, and surely a good idea. Thanks, Ludo=E2=80=99.