gnu: ttf2eot: Return #t from all phases.
authorTobias Geerinckx-Rice <me@tobias.gr>
Thu, 16 Aug 2018 03:04:08 +0000 (05:04 +0200)
committerTobias Geerinckx-Rice <me@tobias.gr>
Thu, 16 Aug 2018 03:21:38 +0000 (05:21 +0200)
* gnu/packages/fontutils.scm (ttf2eot)[arguments]: Return #t rather than
undefined from the â€˜install’ phase.

gnu/packages/fontutils.scm

index 725387c..d2c12e8 100644 (file)
@@ -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