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 > >