From mboxrd@z Thu Jan 1 00:00:00 1970 From: =?utf-8?B?5a6L5paH5q2m?= Subject: Re: guix package --search-paths Date: Wed, 20 May 2015 23:15:40 +0800 Message-ID: <87vbfncmar.fsf@gmail.com> References: <878ucjeepy.fsf@gnu.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]:45446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv5iA-0001Iu-9U for Guix-devel@gnu.org; Wed, 20 May 2015 11:15:10 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv5i6-0000pM-HO for Guix-devel@gnu.org; Wed, 20 May 2015 11:15:10 -0400 In-Reply-To: <878ucjeepy.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-bounces+gcggd-guix-devel=m.gmane.org@gnu.org To: Ludovic =?utf-8?Q?Court=C3=A8s?= , Guix-devel Ludovic Court=C3=A8s writes: > With commit dbc31ab, it is now possible to do things like: > > eval `guix package --search-paths=3Dsuffix` > > to augment the search path environment variables instead of overriding > them. Doesn't the KIND field belong to 'search-path-specification'? Some variables are exact (GDK_PIXBUF_MODULE_FILE, GTK_DATA_PREFIX, etc.) by definition. I'd like to add 'GTK_DATA_PREFIX' and 'GTK_EXE_PREFIX' to gtk+ as 'exact' native-search-paths. They generate value to profile as: - /run/current-system/profile, if you have installed xfce system wide. - ~/.guix-profile, if you installed xfce into user's profile. So, the GTK+ themes will work out-of-box.