From mboxrd@z Thu Jan 1 00:00:00 1970 From: ludo@gnu.org (Ludovic =?utf-8?Q?Court=C3=A8s?=) Subject: guix package --search-paths Date: Wed, 20 May 2015 12:16:25 +0200 Message-ID: <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]:46373) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv13C-0002JS-AQ for Guix-devel@gnu.org; Wed, 20 May 2015 06:16:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yv137-0004m0-IT for Guix-devel@gnu.org; Wed, 20 May 2015 06:16:34 -0400 Received: from fencepost.gnu.org ([2001:4830:134:3::e]:37061) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yv137-0004lr-Fe for Guix-devel@gnu.org; Wed, 20 May 2015 06:16:29 -0400 Received: from 182.64.7.109.rev.sfr.net ([109.7.64.182]:35013 helo=pluto) by fencepost.gnu.org with esmtpsa (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1Yv136-0001jp-TZ for Guix-devel@gnu.org; Wed, 20 May 2015 06:16:29 -0400 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: Guix-devel 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. Comments welcome! Ludo=E2=80=99.