summary refs log tree commit diff
path: root/pkgs/applications/networking
diff options
context:
space:
mode:
authorJonathan Ringer <jonringer117@gmail.com>2020-08-15 23:25:23 -0700
committerJon <jonringer@users.noreply.github.com>2020-08-21 18:56:16 -0700
commitbd44ed5ab084fe23104aa71159d727e72b49e08e (patch)
tree0fb7ebd4d153d36a4938d318ba9591c448cf1701 /pkgs/applications/networking
parentb9592aa9ae9c4e53c1a1ac605c88b7bfa8bf1336 (diff)
downloadnixpkgs-bd44ed5ab084fe23104aa71159d727e72b49e08e.tar
nixpkgs-bd44ed5ab084fe23104aa71159d727e72b49e08e.tar.gz
nixpkgs-bd44ed5ab084fe23104aa71159d727e72b49e08e.tar.bz2
nixpkgs-bd44ed5ab084fe23104aa71159d727e72b49e08e.tar.lz
nixpkgs-bd44ed5ab084fe23104aa71159d727e72b49e08e.tar.xz
nixpkgs-bd44ed5ab084fe23104aa71159d727e72b49e08e.tar.zst
nixpkgs-bd44ed5ab084fe23104aa71159d727e72b49e08e.zip
eolie: use webkitgtk without GLES enabled
Diffstat (limited to 'pkgs/applications/networking')
-rw-r--r--pkgs/applications/networking/browsers/eolie/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/browsers/eolie/default.nix b/pkgs/applications/networking/browsers/eolie/default.nix
index 94cd619ca20..a16beb65208 100644
--- a/pkgs/applications/networking/browsers/eolie/default.nix
+++ b/pkgs/applications/networking/browsers/eolie/default.nix
@@ -38,7 +38,7 @@ python3.pkgs.buildPythonApplication rec {
     gtkspell3
     hunspell
     libsecret
-    webkitgtk
+    (webkitgtk.override {enableGLES = false;})
     glib
   ];