guix-commits
[Top][All Lists]
Advanced

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

01/02: gnu: apostrophe: Build with correct webkitgtk.


From: guix-commits
Subject: 01/02: gnu: apostrophe: Build with correct webkitgtk.
Date: Sun, 29 May 2022 09:04:03 -0400 (EDT)

efraim pushed a commit to branch master
in repository guix.

commit b456086c65976cc01593b9547418a1449328366b
Author: Rene Saavedra <nanuui@protonmail.com>
AuthorDate: Fri May 20 13:13:49 2022 -0500

    gnu: apostrophe: Build with correct webkitgtk.
    
    * gnu/packages/gnome.scm (apostrophe)[inputs]: Replace webkitgtk with
    webkitgtk-with-libsoup2.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/gnome.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 4a90245bff..7868063a05 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -12027,7 +12027,7 @@ GTK+.  It integrates well with the GNOME desktop 
environment.")
            python-pygobject
            python-pyenchant
            python-pypandoc
-           webkitgtk))
+           webkitgtk-with-libsoup2))
     (native-inputs
      (list gettext-minimal
            `(,glib "bin")



reply via email to

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