summaryrefslogtreecommitdiff
path: root/gnu/packages/ghostscript.scm
diff options
context:
space:
mode:
authorAndreas Enge <andreas@enge.fr>2013-02-12 13:19:26 +0100
committerAndreas Enge <andreas@enge.fr>2013-02-12 13:19:26 +0100
commita86177d61cdc1acaa47132615c67eec3e43b9dca (patch)
tree06d6d09905baea137e56d2ec35f0c6793c76de41 /gnu/packages/ghostscript.scm
parentf5fd43602066ad6ecc16460d299d412e7bc12f27 (diff)
downloadguix-patches-a86177d61cdc1acaa47132615c67eec3e43b9dca.tar
guix-patches-a86177d61cdc1acaa47132615c67eec3e43b9dca.tar.gz
gnu: Rename module 'freetype' to the more general 'fontutils'.
* gnu/packages/freetype.scm: Rename file to... * gnu/packages/fontutils.scm: ...this. * Makefile.am (MODULES): Rename module. * gnu/packages/{ghostscript,grub,pdf,texlive}.scm: Rename dependency.
Diffstat (limited to 'gnu/packages/ghostscript.scm')
-rw-r--r--gnu/packages/ghostscript.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/ghostscript.scm b/gnu/packages/ghostscript.scm
index 472ada47b1..835ed475cc 100644
--- a/gnu/packages/ghostscript.scm
+++ b/gnu/packages/ghostscript.scm
@@ -19,7 +19,7 @@
(define-module (gnu packages ghostscript)
#:use-module (gnu packages)
#:use-module (gnu packages compression)
- #:use-module (gnu packages freetype)
+ #:use-module (gnu packages fontutils)
#:use-module (gnu packages libjpeg)
#:use-module (gnu packages libpng)
#:use-module (gnu packages libtiff)