diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2021-11-17 17:55:27 +0000 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2021-11-17 17:56:18 +0000 |
commit | e55547bf70384691712047912c793c517debd2ec (patch) | |
tree | 6944ede4f3c62428877583e2a47e2f9f3e9d16a3 /gnu | |
parent | 94b76dc85ca3098bf4ceb0f5b884b5708b9e8134 (diff) |
gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2.
* gnu/packages/pdf.scm (pdfpc)[inputs]: Replace webkitgtk with
webkitgtk-with-libsoup2.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/pdf.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm index a251c8ef78..d96ed37375 100644 --- a/gnu/packages/pdf.scm +++ b/gnu/packages/pdf.scm @@ -1412,7 +1412,7 @@ multiple files.") ("poppler" ,poppler) ("pango" ,pango) ("vala" ,vala) - ("webkitgtk" ,webkitgtk))) + ("webkitgtk" ,webkitgtk-with-libsoup2))) (native-inputs `(("pkg-config" ,pkg-config))) (home-page "https://pdfpc.github.io/") |