gnu: guix: Add imagemagick, perl and use full graphviz.
This makes it possible to run 'make distcheck' in a 'guix shell -D guix' environment. * gnu/packages/package-management.scm (guix) [native-inputs]: Replace graphviz-minimal with graphviz. Add imagemagick and perl. Change-Id: Ie400c622d8fc77108df29c03e11f36159d6f6238
This commit is contained in:
parent
93b86f7362
commit
0fda048652
@ -490,8 +490,10 @@ $(prefix)/etc/openrc\n")))
|
||||
("automake" ,automake)
|
||||
("gettext" ,gettext-minimal)
|
||||
("texinfo" ,texinfo)
|
||||
("graphviz" ,graphviz-minimal)
|
||||
("graphviz" ,graphviz) ;non-minimal for PDF support
|
||||
("font-ghostscript" ,font-ghostscript) ;fonts for 'dot'
|
||||
("imagemagick" ,imagemagick) ;for 'make dist'
|
||||
("perl" ,perl) ;for 'make dist'
|
||||
("help2man" ,help2man)
|
||||
("po4a" ,po4a-minimal)))
|
||||
(inputs
|
||||
|
Loading…
Reference in New Issue
Block a user