guix-commits
[Top][All Lists]
Advanced

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

02/03: gnu: docx2txt: End phases with #t.


From: Tobias Geerinckx-Rice
Subject: 02/03: gnu: docx2txt: End phases with #t.
Date: Mon, 8 Oct 2018 23:44:41 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit f6ccb95a86ef22ae678e80b0e9a353e5b2404334
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Mon Oct 8 16:20:19 2018 +0200

    gnu: docx2txt: End phases with #t.
    
    * gnu/packages/textutils.scm (docx2txt)[arguments]: End 'fix-install'
    phase with #t.
---
 gnu/packages/textutils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7e26bdc..8780bb2 100644
--- a/gnu/packages/textutils.scm
+++ b/gnu/packages/textutils.scm
@@ -735,7 +735,8 @@ measuring and checking the width of strings, with support 
east asian text.")
                                  unzip
                                  "/bin/unzip',")))
                ;; Makefile is wrong.
-               (chmod config #o644)))))))
+               (chmod config #o644)
+               #t))))))
     (synopsis "Recover text from @file{.docx} files, with good formatting")
     (description
      "@command{docx2txt} is a Perl based command line utility to convert



reply via email to

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