diff options
| author | Mark H Weaver <mhw@netris.org> | 2018-03-17 17:55:46 -0400 |
|---|---|---|
| committer | Mark H Weaver <mhw@netris.org> | 2018-03-17 17:57:56 -0400 |
| commit | 6449e68d350b8196d39715a2e775337c7c93387e (patch) | |
| tree | c5b0d8e28a37386c91ef32249ef76284f725af26 /gnu/packages/ghostscript.scm | |
| parent | 0d98cb9a391a06490feed8f10c0b442bab28cd9d (diff) | |
gnu: gs-fonts: Return #t from install phase.
* gnu/packages/ghostscript.scm (gs-fonts): Return #t from the install phase.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
| -rw-r--r-- | gnu/packages/ghostscript.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm index e37ceb9e165..6bbedffa2c9 100644 --- a/gnu/packages/ghostscript.scm +++ b/gnu/packages/ghostscript.scm | |||
| @@ -336,7 +336,8 @@ architecture.") | |||
| 336 | (for-each | 336 | (for-each |
| 337 | (lambda (file) | 337 | (lambda (file) |
| 338 | (copy-file file (string-append dir "/" file))) | 338 | (copy-file file (string-append dir "/" file))) |
| 339 | (find-files "." "pfb|afm")))))))) | 339 | (find-files "." "pfb|afm")) |
| 340 | #t)))))) | ||
| 340 | (synopsis "Free replacements for the PostScript fonts") | 341 | (synopsis "Free replacements for the PostScript fonts") |
| 341 | (description | 342 | (description |
| 342 | "Ghostscript fonts provides fonts and font metrics customarily distributed with | 343 | "Ghostscript fonts provides fonts and font metrics customarily distributed with |
