epiphany: 44.rc → 44.0

https://gitlab.gnome.org/GNOME/epiphany/-/compare/44.rc...44.0

Changelog-Reviewed-By: Jan Tojnar <jtojnar@gmail.com>
This commit is contained in:
Jan Tojnar 2023-03-17 18:36:16 +00:00
parent fda0e49d01
commit 89f5891e16

View File

@ -4,7 +4,6 @@
, ninja
, gettext
, fetchurl
, fetchpatch2
, pkg-config
, gtk4
, glib
@ -37,21 +36,13 @@
stdenv.mkDerivation rec {
pname = "epiphany";
version = "44.rc";
version = "44.0";
src = fetchurl {
url = "mirror://gnome/sources/${pname}/${lib.versions.major version}/${pname}-${version}.tar.xz";
sha256 = "33X7U1yAQbzvhNZSWGfVEjw58MaIUDxGBhTNs3Tp+Sk=";
sha256 = "qr3J3oDECQc2duAOFbqXGHcV5LhLx3b+htuG0PgUC7E=";
};
patches = [
# Fix compatibility with WebkitGTk 2.39.91
(fetchpatch2 {
url = "https://gitlab.gnome.org/GNOME/epiphany/-/merge_requests/1295.patch";
hash = "sha256-xlgGaAzMYgwSty992EKWK5emkyZxyLoCw/HI+Uz74go=";
})
];
nativeBuildInputs = [
desktop-file-utils
gettext
@ -97,8 +88,8 @@ stdenv.mkDerivation rec {
# Tests need an X display
mesonFlags = [
"-Dunit_tests=disabled"
] ++ lib.optionals (!withPantheon) [
"-Dgranite=disabled"
] ++ lib.optionals withPantheon [
"-Dgranite=enabled"
];
passthru = {