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
					
				
					 1 changed files with 3 additions and 1 deletions
				
			
		| 
						 | 
					@ -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
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue