mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-26 20:49:29 -05:00
gnu: docx2txt: End phases with #t.
* gnu/packages/textutils.scm (docx2txt)[arguments]: End 'fix-install' phase with #t.
This commit is contained in:
parent
de68ad095d
commit
f6ccb95a86
1 changed files with 2 additions and 1 deletions
|
@ -735,7 +735,8 @@ (define-public docx2txt
|
||||||
unzip
|
unzip
|
||||||
"/bin/unzip',")))
|
"/bin/unzip',")))
|
||||||
;; Makefile is wrong.
|
;; Makefile is wrong.
|
||||||
(chmod config #o644)))))))
|
(chmod config #o644)
|
||||||
|
#t))))))
|
||||||
(synopsis "Recover text from @file{.docx} files, with good formatting")
|
(synopsis "Recover text from @file{.docx} files, with good formatting")
|
||||||
(description
|
(description
|
||||||
"@command{docx2txt} is a Perl based command line utility to convert
|
"@command{docx2txt} is a Perl based command line utility to convert
|
||||||
|
|
Loading…
Reference in a new issue