From mboxrd@z Thu Jan 1 00:00:00 1970 From: Leo Famulari Subject: Re: [PATCH 2/3] gnu: Don't use guix build utils Date: Sat, 13 Feb 2016 17:39:18 -0500 Message-ID: <20160213223918.GB1176@jasmine> References: <1455379675-27516-1-git-send-email-mail@cbaines.net> <1455379675-27516-3-git-send-email-mail@cbaines.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:58495) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUiqS-0007tR-JR for guix-devel@gnu.org; Sat, 13 Feb 2016 17:39:17 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aUiqP-0007uY-Bx for guix-devel@gnu.org; Sat, 13 Feb 2016 17:39:16 -0500 Received: from out1-smtp.messagingengine.com ([66.111.4.25]:53359) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aUiqO-0007uQ-Ve for guix-devel@gnu.org; Sat, 13 Feb 2016 17:39:13 -0500 Content-Disposition: inline In-Reply-To: <1455379675-27516-3-git-send-email-mail@cbaines.net> 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: Christopher Baines Cc: guix-devel@gnu.org On Sat, Feb 13, 2016 at 04:07:54PM +0000, Christopher Baines wrote: > As this provides a which procedure which conflicts with the which package > provided by gnu packages base. > > * gnu/packages/version-control.scm (version-control): Don't use utils I can build all the packages in version-control.scm with this change, but I don't fully understand its implications so I'll wait for another reviewer to weigh in. If it's okay, I will squash this commit into "Add vcsh", since that commit is broken without this one. > --- > gnu/packages/version-control.scm | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/gnu/packages/version-control.scm b/gnu/packages/version-control.scm > index e0626cb..721a284 100644 > --- a/gnu/packages/version-control.scm > +++ b/gnu/packages/version-control.scm > @@ -37,7 +37,6 @@ > #:use-module (guix build-system gnu) > #:use-module (guix build-system python) > #:use-module (guix build-system trivial) > - #:use-module (guix build utils) > #:use-module (gnu packages apr) > #:use-module (gnu packages autotools) > #:use-module (gnu packages asciidoc) > -- > 2.7.0 > >