From 7a75b02ae54b054cdc614d1cb5af7ed26c4f63c3 Mon Sep 17 00:00:00 2001 From: Mark H Weaver Date: Sat, 8 Aug 2015 13:46:17 -0400 Subject: gnu: Move ghostscript-with-x into (gnu packages ghostscript). * gnu/packages/gv.scm (ghostscript/x): Move ... * gnu/packages/ghostscript.scm (ghostscript/x): ... to here. --- gnu/packages/gv.scm | 7 ------- 1 file changed, 7 deletions(-) (limited to 'gnu/packages/gv.scm') 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") -- cgit v1.2.3