about summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers/google-chrome
diff options
context:
space:
mode:
authorMichael Weiss <dev.primeos@gmail.com>2021-01-16 20:29:07 +0100
committerMichael Weiss <dev.primeos@gmail.com>2021-01-16 20:36:21 +0100
commit04da76396584bf757e3b4b7c65871d915dc3679b (patch)
tree619a07f02a7ec9aeac966e6b13afdbbec9293492 /pkgs/applications/networking/browsers/google-chrome
parenta6d138c7adafdccd4c93b51e0f69d538cd9a2229 (diff)
google-chrome-dev: Add the new libxshmfence dependency
This is required to launch newer versions of Google Chrome:
/nix/store/XXX-google-chrome-dev-89.0.4385.0/share/google/chrome-unstable/google-chrome-unstable:
error while loading shared libraries: libxshmfence.so.1: cannot open
shared object file: No such file or directory
Diffstat (limited to 'pkgs/applications/networking/browsers/google-chrome')
-rw-r--r--pkgs/applications/networking/browsers/google-chrome/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/browsers/google-chrome/default.nix b/pkgs/applications/networking/browsers/google-chrome/default.nix
index 6e591dea310f0..c32652c8bfc9d 100644
--- a/pkgs/applications/networking/browsers/google-chrome/default.nix
+++ b/pkgs/applications/networking/browsers/google-chrome/default.nix
@@ -3,7 +3,7 @@
 # Linked dynamic libraries.
 , glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr
 , libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
-, alsaLib, libXdamage, libXtst, libXrandr, expat, cups
+, alsaLib, libXdamage, libXtst, libXrandr, libxshmfence, expat, cups
 , dbus, gtk3, gdk-pixbuf, gcc-unwrapped, at-spi2-atk, at-spi2-core
 , kerberos, libdrm, mesa
 , libxkbcommon, wayland # ozone/wayland
@@ -53,7 +53,7 @@ let
   deps = [
     glib fontconfig freetype pango cairo libX11 libXi atk gconf nss nspr
     libXcursor libXext libXfixes libXrender libXScrnSaver libXcomposite libxcb
-    alsaLib libXdamage libXtst libXrandr expat cups
+    alsaLib libXdamage libXtst libXrandr libxshmfence expat cups
     dbus gdk-pixbuf gcc-unwrapped.lib
     systemd
     libexif