[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
- branch master updated (4a6785f -> bf43e13), Tobias Geerinckx-Rice, 2018/08/15
- 04/08: gnu: abcde: Update to 2.9.2., Tobias Geerinckx-Rice, 2018/08/15
- 01/08: gnu: igt-gpu-tools: Update to 1.23., Tobias Geerinckx-Rice, 2018/08/15
- 02/08: gnu: igt-gpu-tools: Order inputs., Tobias Geerinckx-Rice, 2018/08/15
- 03/08: gnu: xterm: Update to 335., Tobias Geerinckx-Rice, 2018/08/15
- 06/08: gnu: erlang: Don't use unstable tarball., Tobias Geerinckx-Rice, 2018/08/15
- 07/08: gnu: Use ©., Tobias Geerinckx-Rice, 2018/08/15
- 08/08: gnu: ttf2eot: Return #t from all phases.,
Tobias Geerinckx-Rice <=
- 05/08: gnu: nnn: Update to 1.9., Tobias Geerinckx-Rice, 2018/08/15