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 @@ multiple files.")
|
||||||
("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/")
|
||||||
|
|
Reference in a new issue