gnome3.epiphany: 3.36.4 -> 3.38.0
https://gitlab.gnome.org/GNOME/epiphany/-/blob/3.38.0/NEWS Currently broken :-(, loading google.com shows: Cannot get default EGL display: EGL_BAD_PARAMETER Cannot create EGL context: invalid display (last error: EGL_SUCCESS) This might be related to: - https://bugs.webkit.org/show_bug.cgi?id=202362 - https://bugs.webkit.org/show_bug.cgi?id=201507 Also this seems to happen to me even before the package update.
This commit is contained in:
parent
c1307a041a
commit
c19cf7a6b9
@ -9,6 +9,7 @@
|
|||||||
, icu
|
, icu
|
||||||
, wrapGAppsHook
|
, wrapGAppsHook
|
||||||
, gnome3
|
, gnome3
|
||||||
|
, libportal
|
||||||
, libxml2
|
, libxml2
|
||||||
, libxslt
|
, libxslt
|
||||||
, itstool
|
, itstool
|
||||||
@ -35,11 +36,11 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
pname = "epiphany";
|
pname = "epiphany";
|
||||||
version = "3.36.4";
|
version = "3.38.0";
|
||||||
|
|
||||||
src = fetchurl {
|
src = fetchurl {
|
||||||
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
url = "mirror://gnome/sources/${pname}/${stdenv.lib.versions.majorMinor version}/${pname}-${version}.tar.xz";
|
||||||
sha256 = "1gs2a94fzpciv58rljgbirsc2kqgiaiyc2yg6ff50nlgb2qpb2jq";
|
sha256 = "0ln5i5wnyi1qbx5awz513sdxx2x8nn0nrk2yvgj431bzgh6q53i2";
|
||||||
};
|
};
|
||||||
|
|
||||||
# Tests need an X display
|
# Tests need an X display
|
||||||
@ -80,6 +81,7 @@ stdenv.mkDerivation rec {
|
|||||||
json-glib
|
json-glib
|
||||||
libdazzle
|
libdazzle
|
||||||
libhandy
|
libhandy
|
||||||
|
libportal
|
||||||
libnotify
|
libnotify
|
||||||
libsecret
|
libsecret
|
||||||
libsoup
|
libsoup
|
||||||
|
Loading…
x
Reference in New Issue
Block a user