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)
|
||||
("pango" ,pango)
|
||||
("vala" ,vala)
|
||||
("webkitgtk" ,webkitgtk)))
|
||||
("webkitgtk" ,webkitgtk-with-libsoup2)))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)))
|
||||
(home-page "https://pdfpc.github.io/")
|
||||
|
|
Loading…
Reference in a new issue