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

* gnu/packages/fonts.scm (font-dejavu)[arguments]: Return #t from
the 'install-conf' phase.
This commit is contained in:
Mark H Weaver 2018-03-18 23:24:33 -04:00
parent b5e530198a
commit 38ef437b0c
No known key found for this signature in database
GPG Key ID: 7CEF29847562C516

View File

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