guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/05: gnu: groff: Return #t from all phases.


From: guix-commits
Subject: 02/05: gnu: groff: Return #t from all phases.
Date: Thu, 28 Feb 2019 14:22:59 -0500 (EST)

mbakke pushed a commit to branch core-updates
in repository guix.

commit b4037d82c0d30455ca9288e18a543dbb310476ac
Author: Marius Bakke <address@hidden>
Date:   Mon Feb 25 23:39:02 2019 +0100

    gnu: groff: Return #t from all phases.
    
    * gnu/packages/groff.scm (groff)[arguments]: Return #t from phases.
---
 gnu/packages/groff.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/groff.scm b/gnu/packages/groff.scm
index cf4a884..98f1791 100644
--- a/gnu/packages/groff.scm
+++ b/gnu/packages/groff.scm
@@ -93,7 +93,8 @@
         (add-after 'unpack 'fix-docdir
           (lambda _         ;see https://savannah.gnu.org/bugs/index.php?55461
             (substitute* "Makefile.in"
-              (("^docdir =.*") "docdir = @address@hidden")))))))
+              (("^docdir =.*") "docdir = @address@hidden"))
+            #t)))))
    (synopsis "Typesetting from plain text mixed with formatting commands")
    (description
     "Groff is a typesetting package that reads plain text and produces



reply via email to

[Prev in Thread] Current Thread [Next in Thread]