guix-commits
[Top][All Lists]
Advanced

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

02/02: gnu: epiphany: Use webkitgtk-2.22.


From: Mark H. Weaver
Subject: 02/02: gnu: epiphany: Use webkitgtk-2.22.
Date: Sun, 23 Sep 2018 01:30:22 -0400 (EDT)

mhw pushed a commit to branch master
in repository guix.

commit 480d39a600701621e4d5938c8753b8487baa2c7f
Author: Mark H Weaver <address@hidden>
Date:   Sat Sep 22 19:21:16 2018 -0400

    gnu: epiphany: Use webkitgtk-2.22.
    
    * gnu/packages/gnome.scm (epiphany)[native-inputs]: Add gcc-7.
    [inputs]: Replace webkitgtk with webkitgtk-2.22.
---
 gnu/packages/gnome.scm | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 65716ce..f9c9f1c 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -4187,6 +4187,7 @@ a secret password store, an adblocker, and a modern UI.")
      `(("dconf" ,dconf)))
     (native-inputs
      `(("desktop-file-utils" ,desktop-file-utils) ; for update-desktop-database
+       ("gcc" ,gcc-7)  ; needed because webkitgtk-2.22 is compiled with gcc-7
        ("glib:bin" ,glib "bin") ; for glib-mkenums
        ("gtk+:bin" ,gtk+ "bin") ; for gtk-update-icon-cache
        ("intltool" ,intltool)
@@ -4207,7 +4208,7 @@ a secret password store, an adblocker, and a modern UI.")
        ("libxslt" ,libxslt)
        ("nettle" ,nettle) ; for hogweed
        ("sqlite" ,sqlite)
-       ("webkitgtk" ,webkitgtk)))
+       ("webkitgtk" ,webkitgtk-2.22)))
     (home-page "https://wiki.gnome.org/Apps/Web";)
     (synopsis "GNOME web browser")
     (description



reply via email to

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