gnu: groff-minimal: Preserve 'preconv' executable.
* gnu/packages/groff.scm (groff-minimal)[arguments]: Add 'preconv' to the list of kept programs.
This commit is contained in:
		
							parent
							
								
									7ebc6dc432
								
							
						
					
					
						commit
						06fc895f29
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -101,7 +101,7 @@ is usually the formatter of \"man\" documentation pages.")
 | 
			
		|||
                   ;; Keep only the programs that man-db needs at run time,
 | 
			
		||||
                   ;; and make sure we don't pull in Perl.
 | 
			
		||||
                   (let ((out  (assoc-ref outputs "out"))
 | 
			
		||||
                         (kept '("eqn" "neqn" "pic" "tbl" "refer"
 | 
			
		||||
                         (kept '("eqn" "neqn" "pic" "tbl" "refer" "preconv"
 | 
			
		||||
                                 "nroff" "groff" "troff" "grotty")))
 | 
			
		||||
                     (for-each (lambda (file)
 | 
			
		||||
                                 (unless (member (basename file) kept)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Reference in a new issue