bug-guix
[Top][All Lists]
Advanced

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

Re: [PATCH] distro: Add GNU Wget.


From: Ludovic Courtès
Subject: Re: [PATCH] distro: Add GNU Wget.
Date: Sun, 25 Nov 2012 22:39:44 +0100
User-agent: Gnus/5.130005 (Ma Gnus v0.5) Emacs/24.2 (gnu/linux)

Hi,

Nikita Karetnikov <address@hidden> skribis:

>> To silence the warning, perhaps we could rename ‘gettext’ to
>> ‘gnu-gettext’, as I did for GNU Make.  WDYT?
>
> Are there any downsides? (I can create a patch.)

Well, the name is slightly less intuitive.

Alternatively, we can keep that name, and use something like:

  (define-module (distro packages nano)
    #:use-module ((distro packages gettext)
                  #:renamer (symbol-prefix-proc 'guix:))
    #:use-module (distro packages ncurses)
    #:use-module (guix packages)
    #:use-module (guix download)
    #:use-module (guix build-system gnu))

The effect is that the package will be known as ‘guix:gettext’ within
this module.

Thanks,
Ludo’.



reply via email to

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