guix-commits
[Top][All Lists]
Advanced

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

08/08: gnu: ttf2eot: Return #t from all phases.


From: Tobias Geerinckx-Rice
Subject: 08/08: gnu: ttf2eot: Return #t from all phases.
Date: Wed, 15 Aug 2018 23:23:05 -0400 (EDT)

nckx pushed a commit to branch master
in repository guix.

commit bf43e1338144a0ecca2a48e4120b20792ca9ed88
Author: Tobias Geerinckx-Rice <address@hidden>
Date:   Thu Aug 16 05:04:08 2018 +0200

    gnu: ttf2eot: Return #t from all phases.
    
    * gnu/packages/fontutils.scm (ttf2eot)[arguments]: Return #t rather than
    undefined from the ‘install’ phase.
---
 gnu/packages/fontutils.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fontutils.scm b/gnu/packages/fontutils.scm
index 725387c..d2c12e8 100644
--- a/gnu/packages/fontutils.scm
+++ b/gnu/packages/fontutils.scm
@@ -177,7 +177,8 @@ Converts WOFF fonts to OpenType fonts
            (lambda* (#:key outputs #:allow-other-keys)
              (let* ((out (assoc-ref outputs "out"))
                     (bin (string-append out "/bin")))
-               (install-file "ttf2eot" bin)))))))
+               (install-file "ttf2eot" bin)
+               #t))))))
     (synopsis "Convert from TrueType to Embeddable Open Type")
     (description
      "This package contains a commandline wrapper around OpenTypeUtilities.cpp



reply via email to

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