eolie: use webkitgtk without GLES enabled

gstqt5
Jonathan Ringer 2020-08-15 23:25:23 -07:00 committed by Jon
parent b9592aa9ae
commit bd44ed5ab0
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
gtkspell3
hunspell
libsecret
webkitgtk
(webkitgtk.override {enableGLES = false;})
glib
];