gnu: groff: Return #t from all phases.
* gnu/packages/groff.scm (groff)[arguments]: Return #t from phases.
This commit is contained in:
parent
5466e82a1e
commit
b4037d82c0
|
@ -93,7 +93,8 @@
|
||||||
(add-after 'unpack 'fix-docdir
|
(add-after 'unpack 'fix-docdir
|
||||||
(lambda _ ;see https://savannah.gnu.org/bugs/index.php?55461
|
(lambda _ ;see https://savannah.gnu.org/bugs/index.php?55461
|
||||||
(substitute* "Makefile.in"
|
(substitute* "Makefile.in"
|
||||||
(("^docdir =.*") "docdir = @docdir@\n")))))))
|
(("^docdir =.*") "docdir = @docdir@\n"))
|
||||||
|
#t)))))
|
||||||
(synopsis "Typesetting from plain text mixed with formatting commands")
|
(synopsis "Typesetting from plain text mixed with formatting commands")
|
||||||
(description
|
(description
|
||||||
"Groff is a typesetting package that reads plain text and produces
|
"Groff is a typesetting package that reads plain text and produces
|
||||||
|
|
Loading…
Reference in New Issue