google-chrome: Add new dep on libxcb
This commit is contained in:
parent
2d4637f96f
commit
374f833dab
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
# Linked dynamic libraries.
|
# Linked dynamic libraries.
|
||||||
, glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr
|
, 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
|
, alsaLib, libXdamage, libXtst, libXrandr, expat, cups
|
||||||
, dbus_libs, gtk2, gdk_pixbuf, gcc
|
, dbus_libs, gtk2, gdk_pixbuf, gcc
|
||||||
|
|
||||||
@ -42,7 +42,7 @@ let
|
|||||||
deps = [
|
deps = [
|
||||||
stdenv.cc.cc
|
stdenv.cc.cc
|
||||||
glib fontconfig freetype pango cairo libX11 libXi atk gconf nss nspr
|
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
|
alsaLib libXdamage libXtst libXrandr expat cups
|
||||||
dbus_libs gtk2 gdk_pixbuf gcc
|
dbus_libs gtk2 gdk_pixbuf gcc
|
||||||
systemd
|
systemd
|
||||||
|
Loading…
x
Reference in New Issue
Block a user