mbakke pushed a commit to branch master
in repository guix.

commit 06fc895f29735d6cae482522ba433165611b55c1
Author: Marius Bakke <[email protected]>
Date:   Sat May 5 23:13:16 2018 +0200

    gnu: groff-minimal: Preserve 'preconv' executable.
    
    * gnu/packages/groff.scm (groff-minimal)[arguments]: Add 'preconv' to the 
list
    of kept programs.
---
 gnu/packages/groff.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index 5f1b8d0..77728a5 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -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)

Reply via email to