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:
parent
0d98cb9a39
commit
6449e68d35
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue