guix-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Add GraphicsMagick + Scribus.


From: Ludovic Courtès
Subject: Re: [PATCH] Add GraphicsMagick + Scribus.
Date: Tue, 17 Nov 2015 22:48:33 +0100
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.5 (gnu/linux)

Ricardo Wurmus <address@hidden> skribis:

> 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.

Makes sense.

Ludo’.



reply via email to

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