gnu: zathura: Adjust inputs.

* gnu/packages/pdf.scm (zathura)[inputs]: Remove GTK+, which is propagated by
GIRARA.  Move GIRARA to ...
[propagated-inputs]: ... here.  Add CAIRO.
master
Marius Bakke 2017-12-27 01:34:29 +01:00
parent 7d24c26ed7
commit 1d9032fc36
No known key found for this signature in database
GPG Key ID: A2A06DF2A33A54FA
1 changed files with 4 additions and 3 deletions

View File

@ -505,9 +505,10 @@ by using the poppler rendering engine.")
;; For tests.
("check" ,check)
("xorg-server" ,xorg-server)))
(inputs `(("girara" ,girara)
("sqlite" ,sqlite)
("gtk+" ,gtk+)))
(inputs `(("sqlite" ,sqlite)))
;; Listed in 'Requires.private' of 'zathura.pc'.
(propagated-inputs `(("cairo" ,cairo)
("girara" ,girara)))
(native-search-paths
(list (search-path-specification
(variable "ZATHURA_PLUGIN_PATH")