diff options
author | Ludovic Courtès <ludo@gnu.org> | 2013-05-06 23:50:30 +0200 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2013-05-06 23:50:30 +0200 |
commit | 6d267f0a5b745f282757c29af26c571f590b4144 (patch) | |
tree | 8d79c091510811d12ac4458b54955208cff9d7e9 /Makefile.am | |
parent | 36ee486f1ad1c13f394c993e6130180fdc7366c9 (diff) | |
download | guix-6d267f0a5b745f282757c29af26c571f590b4144.tar guix-6d267f0a5b745f282757c29af26c571f590b4144.tar.gz |
gnu: gv: Move to a separate file.
* gnu/packages/ghostscript.scm (ghostscript): Remove libxext and libxt
as inputs.
(gv): Move to...
* gnu/packages/gv.scm (gv): ... here. New file.
(ghostscript/x): Variant of GHOSTSCRIPT with libxt and libxext as
inputs.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 61d8bddf0e..e2d8100e11 100644 --- a/Makefile.am +++ b/Makefile.am @@ -110,6 +110,7 @@ MODULES = \ gnu/packages/gsasl.scm \ gnu/packages/gtk.scm \ gnu/packages/guile.scm \ + gnu/packages/gv.scm \ gnu/packages/help2man.scm \ gnu/packages/icu4c.scm \ gnu/packages/idutils.scm \ |