gnu: gs-fonts: Return #t from install phase.

* gnu/packages/ghostscript.scm (gs-fonts): Return #t from the install phase.
This commit is contained in:
Mark H Weaver 2018-03-17 17:55:46 -04:00
parent 0d98cb9a39
commit 6449e68d35
No known key found for this signature in database
GPG key ID: 7CEF29847562C516

View file

@ -336,7 +336,8 @@ (define-public gs-fonts
(for-each
(lambda (file)
(copy-file file (string-append dir "/" file)))
(find-files "." "pfb|afm"))))))))
(find-files "." "pfb|afm"))
#t))))))
(synopsis "Free replacements for the PostScript fonts")
(description
"Ghostscript fonts provides fonts and font metrics customarily distributed with