guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/05: gnu: groff-minimal: Preserve 'preconv' executable.


From: Marius Bakke
Subject: 01/05: gnu: groff-minimal: Preserve 'preconv' executable.
Date: Sun, 6 May 2018 09:52:58 -0400 (EDT)

mbakke pushed a commit to branch master
in repository guix.

commit 06fc895f29735d6cae482522ba433165611b55c1
Author: Marius Bakke <address@hidden>
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

[Prev in Thread] Current Thread [Next in Thread]