diff options
author | Josselin Poiret <[email protected]> | 2024-05-06 11:07:54 +0200 |
---|---|---|
committer | Ludovic Courtès <[email protected]> | 2024-08-31 10:45:02 +0200 |
commit | 5ae81761ab293c6463ef8c4060cc01c7e74540d8 (patch) | |
tree | 14fbae4a42cf6b89a7d2c23f3fd97b730bd1f0a6 /gnu/packages/gnome.scm | |
parent | 74e49ef9dcf430476c8ebe214bb67219e9bb7926 (diff) |
gnu: epiphany: Fix encoding test.
* gnu/packages/patches/epiphany-fix-encoding-test.patch: New patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/gnome.scm (epiphany): Use it.
Change-Id: I5405d92d4b355471ce7d62aceebdcde1500716b1
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index bceb5e7b63..32bc228173 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -7220,7 +7220,8 @@ almost all of them.") "epiphany-" version ".tar.xz")) (sha256 (base32 - "1n3df2skvgmjw9sybhn811l4b58ibwxc0dc208wpvxg060pyhpfk")))) + "1n3df2skvgmjw9sybhn811l4b58ibwxc0dc208wpvxg060pyhpfk")) + (patches (search-patches "epiphany-fix-encoding-test.patch")))) (build-system meson-build-system) (arguments (list |