summary refs log tree commit diff
path: root/pkgs/applications/networking/browsers
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-12-11 12:53:51 -0500
committerShea Levy <shea@shealevy.com>2016-12-11 12:53:51 -0500
commit374f833dab7655b670697b3764319bf0a053d31a (patch)
tree8ec12476f9af6853c9d57d93a9b336a291e92a0f /pkgs/applications/networking/browsers
parent2d4637f96f11cd77a89275aac23c12cbb7e09fec (diff)
downloadnixlib-374f833dab7655b670697b3764319bf0a053d31a.tar
nixlib-374f833dab7655b670697b3764319bf0a053d31a.tar.gz
nixlib-374f833dab7655b670697b3764319bf0a053d31a.tar.bz2
nixlib-374f833dab7655b670697b3764319bf0a053d31a.tar.lz
nixlib-374f833dab7655b670697b3764319bf0a053d31a.tar.xz
nixlib-374f833dab7655b670697b3764319bf0a053d31a.tar.zst
nixlib-374f833dab7655b670697b3764319bf0a053d31a.zip
google-chrome: Add new dep on libxcb
Diffstat (limited to 'pkgs/applications/networking/browsers')
-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 531c5a7cf3d0..2863a5950175 100644
--- a/pkgs/applications/networking/browsers/google-chrome/default.nix
+++ b/pkgs/applications/networking/browsers/google-chrome/default.nix
@@ -2,7 +2,7 @@
 
 # Linked dynamic libraries.
 , glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr
-, libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite
+, libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
 , alsaLib, libXdamage, libXtst, libXrandr, expat, cups
 , dbus_libs, gtk2, gdk_pixbuf, gcc
 
@@ -42,7 +42,7 @@ let
   deps = [
     stdenv.cc.cc
     glib fontconfig freetype pango cairo libX11 libXi atk gconf nss nspr
-    libXcursor libXext libXfixes libXrender libXScrnSaver libXcomposite
+    libXcursor libXext libXfixes libXrender libXScrnSaver libXcomposite libxcb
     alsaLib libXdamage libXtst libXrandr expat cups
     dbus_libs gtk2 gdk_pixbuf gcc
     systemd