gnu: groff-minimal: Preserve 'preconv' executable.
authorMarius Bakke <mbakke@fastmail.com>
Sat, 5 May 2018 21:13:16 +0000 (23:13 +0200)
committerMarius Bakke <mbakke@fastmail.com>
Sun, 6 May 2018 13:47:20 +0000 (15:47 +0200)
* gnu/packages/groff.scm (groff-minimal)[arguments]: Add 'preconv' to the list
of kept programs.

gnu/packages/groff.scm

index 5f1b8d0..77728a5 100644 (file)
@@ -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)