guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add GraphicsMagick + Scribus.


From: Ricardo Wurmus
Subject: Re: [PATCH] Add GraphicsMagick + Scribus.
Date: Mon, 16 Nov 2015 21:25:34 +0100
User-agent: mu4e 0.9.13; emacs 24.5.1

Ludovic Courtès <address@hidden> writes:

>> +(define-public graphicsmagick
>> +  (package
>> +    (name "graphicsmagick")
>
> Would it help to inherit from ‘imagemagick’?
>
>> +    (inputs
>> +     `(("graphviz" ,graphviz)
>> +       ("ghostscript" ,ghostscript)
>> +       ("gs-fonts" ,gs-fonts)
>
> Or to use (package-inputs imagemagick) here?

I don’t think this would help.  These two projects have diverged since
their split and the inputs of the two packages differ somewhat.  I would
prefer to keep them separate rather than defining one in terms of the
other.

Thanks for the review!

~~ Ricardo




reply via email to

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