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.
|
||||
("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")
|
||||
|
Loading…
Reference in New Issue
Block a user