mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: docx2txt: End phases with #t.
* gnu/packages/textutils.scm (docx2txt)[arguments]: End 'fix-install' phase with #t.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user