Sree Harsha Totakura skribis:
> On 01/24/2014 06:18 PM, Ludovic Courtès wrote:
>>> > + #:use-module ((guix licenses)
>>> > +#:renamer (symbol-prefix-proc 'license:)))
>> #:use-module (guix licenses)
>>
>
> I had to use the renamer as the package depends on zlib and there is
>
Overall looks good to me. Could you send an updated version that fixes
the details below?
Sree Harsha Totakura skribis:
> * gnu/packages/: Add new file dc.scm.
> * gnu-system.am: Add file dc.scm.
> * gnu/packages/dc.scm: Recipe for ncdc-1.18.1.
Please use the same format we normally use (see ‘
On 01/24/2014 06:18 PM, Ludovic Courtès wrote:
>> > + #:use-module ((guix licenses)
>> > +#:renamer (symbol-prefix-proc 'license:)))
> #:use-module (guix licenses)
>
I had to use the renamer as the package depends on zlib and there is
also a license with the same name.
Sree