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.
This commit is contained in:
parent
7d24c26ed7
commit
1d9032fc36
|
@ -505,9 +505,10 @@ by using the poppler rendering engine.")
|
||||||
;; For tests.
|
;; For tests.
|
||||||
("check" ,check)
|
("check" ,check)
|
||||||
("xorg-server" ,xorg-server)))
|
("xorg-server" ,xorg-server)))
|
||||||
(inputs `(("girara" ,girara)
|
(inputs `(("sqlite" ,sqlite)))
|
||||||
("sqlite" ,sqlite)
|
;; Listed in 'Requires.private' of 'zathura.pc'.
|
||||||
("gtk+" ,gtk+)))
|
(propagated-inputs `(("cairo" ,cairo)
|
||||||
|
("girara" ,girara)))
|
||||||
(native-search-paths
|
(native-search-paths
|
||||||
(list (search-path-specification
|
(list (search-path-specification
|
||||||
(variable "ZATHURA_PLUGIN_PATH")
|
(variable "ZATHURA_PLUGIN_PATH")
|
||||||
|
|
Loading…
Reference in New Issue