Ricardo Wurmus <[email protected]> skribis: > Ludovic Courtès <[email protected]> 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’.
