guix-commits
[Top][All Lists]
Advanced

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

05/05: gnu: font-dejavu: Return #t from all phases.


From: Mark H. Weaver
Subject: 05/05: gnu: font-dejavu: Return #t from all phases.
Date: Sun, 18 Mar 2018 23:32:18 -0400 (EDT)

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

commit 38ef437b0c08d8568d6cb1cb0ff1f5c9a66336dd
Author: Mark H Weaver <address@hidden>
Date:   Sun Mar 18 23:24:33 2018 -0400

    gnu: font-dejavu: Return #t from all phases.
    
    * gnu/packages/fonts.scm (font-dejavu)[arguments]: Return #t from
    the 'install-conf' phase.
---
 gnu/packages/fonts.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/fonts.scm b/gnu/packages/fonts.scm
index aa9e466..4463a77 100644
--- a/gnu/packages/fonts.scm
+++ b/gnu/packages/fonts.scm
@@ -137,7 +137,8 @@ TrueType (TTF) files.")
            (lambda* (#:key outputs #:allow-other-keys)
              (let ((conf-dir (string-append (assoc-ref outputs "out")
                                             "/share/fontconfig/conf.avail")))
-               (copy-recursively "fontconfig" conf-dir)))))))
+               (copy-recursively "fontconfig" conf-dir)
+               #t))))))
     (home-page "http://dejavu-fonts.org/";)
     (synopsis "Vera font family derivate with additional characters")
     (description "DejaVu provides an expanded version of the Vera font family



reply via email to

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