mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-24 21:38:07 -05:00
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
1 changed files with 2 additions and 1 deletions
|
@ -93,7 +93,8 @@ (define-public groff
|
||||||
(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 a new issue