mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-08 04:14:06 -05:00
gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2.
* gnu/packages/pdf.scm (pdfpc)[inputs]: Replace webkitgtk with webkitgtk-with-libsoup2.
This commit is contained in:
parent
94b76dc85c
commit
e55547bf70
1 changed files with 1 additions and 1 deletions
|
@ -1412,7 +1412,7 @@ (define-public pdfpc
|
||||||
("poppler" ,poppler)
|
("poppler" ,poppler)
|
||||||
("pango" ,pango)
|
("pango" ,pango)
|
||||||
("vala" ,vala)
|
("vala" ,vala)
|
||||||
("webkitgtk" ,webkitgtk)))
|
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)))
|
`(("pkg-config" ,pkg-config)))
|
||||||
(home-page "https://pdfpc.github.io/")
|
(home-page "https://pdfpc.github.io/")
|
||||||
|
|
Loading…
Reference in a new issue