diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-08 16:20:19 +0200 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2018-10-09 05:42:14 +0200 |
commit | f6ccb95a86ef22ae678e80b0e9a353e5b2404334 (patch) | |
tree | 4f89b47c000ef32ee2284dc0960c9d5ee984b2ac /gnu/packages/textutils.scm | |
parent | de68ad095db7cdd06c45c53c47e7cbcb3fdf8bf6 (diff) | |
download | patches-f6ccb95a86ef22ae678e80b0e9a353e5b2404334.tar 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.scm | 3 |
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 |