guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

branch core-updates-frozen updated: gnu: pdfpc: Replace webkitgtk with w


From: guix-commits
Subject: branch core-updates-frozen updated: gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2.
Date: Wed, 17 Nov 2021 12:57:28 -0500

This is an automated email from the git hooks/post-receive script.

rekado pushed a commit to branch core-updates-frozen
in repository guix.

The following commit(s) were added to refs/heads/core-updates-frozen by this 
push:
     new e55547b  gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2.
e55547b is described below

commit e55547bf70384691712047912c793c517debd2ec
Author: Ricardo Wurmus <rekado@elephly.net>
AuthorDate: Wed Nov 17 17:55:27 2021 +0000

    gnu: pdfpc: Replace webkitgtk with webkitgtk-with-libsoup2.
    
    * gnu/packages/pdf.scm (pdfpc)[inputs]: Replace webkitgtk with
    webkitgtk-with-libsoup2.
---
 gnu/packages/pdf.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/pdf.scm b/gnu/packages/pdf.scm
index a251c8e..d96ed37 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/";)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]