me
/
guix
Archived
1
0
Fork 0

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
master
Maxim Cournoyer 2024-05-26 04:26:16 +00:00
parent 93b86f7362
commit 0fda048652
No known key found for this signature in database
GPG Key ID: 1260E46482E63562
1 changed files with 3 additions and 1 deletions

View File

@ -490,8 +490,10 @@ $(prefix)/etc/openrc\n")))
("automake" ,automake) ("automake" ,automake)
("gettext" ,gettext-minimal) ("gettext" ,gettext-minimal)
("texinfo" ,texinfo) ("texinfo" ,texinfo)
("graphviz" ,graphviz-minimal) ("graphviz" ,graphviz) ;non-minimal for PDF support
("font-ghostscript" ,font-ghostscript) ;fonts for 'dot' ("font-ghostscript" ,font-ghostscript) ;fonts for 'dot'
("imagemagick" ,imagemagick) ;for 'make dist'
("perl" ,perl) ;for 'make dist'
("help2man" ,help2man) ("help2man" ,help2man)
("po4a" ,po4a-minimal))) ("po4a" ,po4a-minimal)))
(inputs (inputs