From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ricardo Wurmus Subject: Re: How can I add a package outside the guix source dir? Date: Fri, 22 May 2015 11:01:27 +0200 Message-ID: References: <87oaldvwh6.fsf@163.com> Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:56287) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvipm-0002tE-Tn for guix-devel@gnu.org; Fri, 22 May 2015 05:01:39 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Yvipi-00046g-VH for guix-devel@gnu.org; Fri, 22 May 2015 05:01:38 -0400 Received: from sinope.bbbm.mdc-berlin.de ([141.80.25.23]:55027) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Yvipi-00046B-NL for guix-devel@gnu.org; Fri, 22 May 2015 05:01:34 -0400 In-Reply-To: <87oaldvwh6.fsf@163.com> 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: Feng Shu Cc: guix Feng Shu writes: > I want to add a package which will used by myself, for example: > > I don't want to put it to guix source dir, How can I solve the problem? Guix respects the environment variable GUIX_PACKAGE_PATH, which you can point to a directory containing your very own Guile modules with package definitions.