guix-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: 01/01: gnu: red-eclipse: Add store "data" package path as default.


From: Leo Famulari
Subject: Re: 01/01: gnu: red-eclipse: Add store "data" package path as default.
Date: Tue, 10 Oct 2017 10:36:07 -0400
User-agent: Mutt/1.9.1 (2017-09-22)

On Tue, Oct 10, 2017 at 08:26:31AM -0400, Kei Kebreau wrote:
> kkebreau pushed a commit to branch master
> in repository guix.
> 
> commit 42abb842f64f5dd7834cabd445a5f4d01f1e68a4
> Author: Adonay Felipe Nogueira <address@hidden>
> Date:   Sun Aug 20 15:28:20 2017 -0300
> 
>     gnu: red-eclipse: Add store "data" package path as default.
>     
>     * gnu/packages/games.scm (red-eclipse): Remove extra spaces. Make version
>     respect documentation.
>     [arguments]: Add "prefix" to make-flags. Add
>     "add-store-data-package-path-as-default" phase. Improve "copy-data" phase.
>     
>     Signed-off-by: Kei Kebreau <address@hidden>
> ---
>  gnu/packages/games.scm | 110 
> ++++++++++++++++++++++++++++++-------------------
>  1 file changed, 68 insertions(+), 42 deletions(-)

[...]

> @@ -133,6 +133,7 @@
>    #:use-module (gnu packages gnuzilla)
>    #:use-module (gnu packages icu4c)
>    #:use-module (gnu packages networking)
> +  #:use-module (guix build utils)
>    #:use-module (guix build-system gnu)
>    #:use-module (guix build-system haskell)
>    #:use-module (guix build-system python)

This module import created an ambiguous reference to 'which':

WARNING: (gnu packages games): `which' imported from both (gnu packages base) 
and (guix build utils)

I don't know if it will be a problem in practice.

Attachment: signature.asc
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]