summaryrefslogtreecommitdiff
path: root/gnu/packages/textutils.scm
diff options
context:
space:
mode:
authorTobias Geerinckx-Rice <me@tobias.gr>2018-10-08 16:20:19 +0200
committerTobias Geerinckx-Rice <me@tobias.gr>2018-10-09 05:42:14 +0200
commitf6ccb95a86ef22ae678e80b0e9a353e5b2404334 (patch)
tree4f89b47c000ef32ee2284dc0960c9d5ee984b2ac /gnu/packages/textutils.scm
parentde68ad095db7cdd06c45c53c47e7cbcb3fdf8bf6 (diff)
downloadguix-patches-f6ccb95a86ef22ae678e80b0e9a353e5b2404334.tar
guix-patches-f6ccb95a86ef22ae678e80b0e9a353e5b2404334.tar.gz
gnu: docx2txt: End phases with #t.
* gnu/packages/textutils.scm (docx2txt)[arguments]: End 'fix-install' phase with #t.
Diffstat (limited to 'gnu/packages/textutils.scm')
-rw-r--r--gnu/packages/textutils.scm3
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/textutils.scm b/gnu/packages/textutils.scm
index 7e26bdcf63..8780bb2829 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