diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-08 13:46:17 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-08 14:09:56 -0400 |
commit | 7a75b02ae54b054cdc614d1cb5af7ed26c4f63c3 (patch) | |
tree | 77a1b6f6e073a293e85775d6a667a3b1dbede3dd /gnu/packages/gv.scm | |
parent | 831bc1468ea27732ba59d58e4b38a192151aa123 (diff) | |
download | patches-7a75b02ae54b054cdc614d1cb5af7ed26c4f63c3.tar patches-7a75b02ae54b054cdc614d1cb5af7ed26c4f63c3.tar.gz |
gnu: Move ghostscript-with-x into (gnu packages ghostscript).
* gnu/packages/gv.scm (ghostscript/x): Move ...
* gnu/packages/ghostscript.scm (ghostscript/x): ... to here.
Diffstat (limited to 'gnu/packages/gv.scm')
-rw-r--r-- | gnu/packages/gv.scm | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/gnu/packages/gv.scm b/gnu/packages/gv.scm index f635942119..5f8532144b 100644 --- a/gnu/packages/gv.scm +++ b/gnu/packages/gv.scm @@ -28,13 +28,6 @@ #:use-module (guix download) #:use-module (guix build-system gnu)) -(define-public ghostscript/x - (package (inherit ghostscript) - (name (string-append (package-name ghostscript) "-with-x")) - (inputs `(("libxext" ,libxext) - ("libxt" ,libxt) - ,@(package-inputs ghostscript))))) - (define-public gv (package (name "gv") |