[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 2/3] gnu: Don't use guix build utils
From: |
Leo Famulari |
Subject: |
Re: [PATCH 2/3] gnu: Don't use guix build utils |
Date: |
Sat, 13 Feb 2016 17:39:18 -0500 |
User-agent: |
Mutt/1.5.24 (2015-08-30) |
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
>
>
- [PATCH] gnu: Add vcsh and perl-shell-command, Christopher Baines, 2016/02/13
- [PATCH 1/3] gnu: Add perl-shell-command, Christopher Baines, 2016/02/13
- [PATCH 2/3] gnu: Don't use guix build utils, Christopher Baines, 2016/02/13
- Re: [PATCH 2/3] gnu: Don't use guix build utils,
Leo Famulari <=
- Re: [PATCH 2/3] gnu: Don't use guix build utils, Christopher Baines, 2016/02/17
- Re: [PATCH 2/3] gnu: Don't use guix build utils, Leo Famulari, 2016/02/17
- Re: [PATCH 2/3] gnu: Don't use guix build utils, Andreas Enge, 2016/02/18
- Re: [PATCH 2/3] gnu: Don't use guix build utils, Christopher Baines, 2016/02/18
- Re: [PATCH 2/3] gnu: Don't use guix build utils, Andreas Enge, 2016/02/18
- Re: [PATCH 2/3] gnu: Don't use guix build utils, Christopher Baines, 2016/02/18
- Re: [PATCH 2/3] gnu: Don't use guix build utils, Andreas Enge, 2016/02/18
[PATCH 3/3] gnu: Add vcsh, Christopher Baines, 2016/02/13