guix-commits
[Top][All Lists]
Advanced

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

03/22: gnu: epiphany: Fix loading of icons.


From: guix-commits
Subject: 03/22: gnu: epiphany: Fix loading of icons.
Date: Sat, 29 Aug 2020 03:12:29 -0400 (EDT)

dannym pushed a commit to branch wip-desktop
in repository guix.

commit da548cacfc531275ac47ef6c1624463c749799b8
Author: Raghav Gururajan <raghavgururajan@disroot.org>
AuthorDate: Wed Aug 26 12:01:47 2020 -0400

    gnu: epiphany: Fix loading of icons.
    
    * gnu/packages/gnome.scm (epiphany) [version]: Update to 3.36.4.
    [propagated-inputs]: Add dconf.
    
    Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
---
 gnu/packages/gnome.scm | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm
index 59d2f0e..9a02571 100644
--- a/gnu/packages/gnome.scm
+++ b/gnu/packages/gnome.scm
@@ -7622,7 +7622,7 @@ a secret password store, an adblocker, and a modern UI.")
 (define-public epiphany
   (package
     (name "epiphany")
-    (version "3.36.3")
+    (version "3.36.4")
     (source
      (origin
        (method url-fetch)
@@ -7631,7 +7631,7 @@ a secret password store, an adblocker, and a modern UI.")
                        (version-major+minor version) "/"
                        "epiphany-" version ".tar.xz"))
        (sha256
-        (base32 "0vz1j6yrjv0nmf5lk8prkkm10fbcmd35khy9zsd7d4a86wk5c6v2"))))
+        (base32 "1gs2a94fzpciv58rljgbirsc2kqgiaiyc2yg6ff50nlgb2qpb2jq"))))
     (build-system meson-build-system)
     (outputs '("out" "help"))
     (arguments
@@ -7705,6 +7705,8 @@ a secret password store, an adblocker, and a modern UI.")
        ("nettle" ,nettle)
        ("sqlite" ,sqlite)
        ("webkitgtk" ,webkitgtk)))
+    (propagated-inputs
+     `(("dconf" ,dconf)))
     (synopsis "GNOME web browser")
     (description "Epiphany is a GNOME web browser based on the WebKit rendering
 engine.")



reply via email to

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