mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 06:18:07 -05:00
gnu: a2ps: Remove unused input.
* gnu/packages/pretty-print.scm (a2ps)[inputs]: Remove IMAGEMAGICK.
This commit is contained in:
parent
18fb81634c
commit
5b48d6de23
1 changed files with 1 additions and 3 deletions
|
@ -40,7 +40,6 @@ (define-module (gnu packages pretty-print)
|
|||
#:use-module (gnu packages gperf)
|
||||
#:use-module (gnu packages groff)
|
||||
#:use-module (gnu packages gv)
|
||||
#:use-module (gnu packages imagemagick)
|
||||
#:use-module (gnu packages lua)
|
||||
#:use-module (gnu packages perl)
|
||||
#:use-module (gnu packages pkg-config)
|
||||
|
@ -72,8 +71,7 @@ (define-public a2ps
|
|||
(build-system gnu-build-system)
|
||||
(inputs
|
||||
`(("psutils" ,psutils)
|
||||
("gv" ,gv)
|
||||
("imagemagick" ,imagemagick)))
|
||||
("gv" ,gv)))
|
||||
(native-inputs
|
||||
`(("gperf" ,gperf)
|
||||
("groff" ,groff)
|
||||
|
|
Loading…
Reference in a new issue