google-chrome: add dependency on kerberos
Without this, Chrome doesn't work with websites requiring Kerberos authentication.
This commit is contained in:
parent
7a2662569d
commit
413cb93e12
@ -5,6 +5,7 @@
|
|||||||
, libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
|
, libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
|
||||||
, alsaLib, libXdamage, libXtst, libXrandr, expat, cups
|
, alsaLib, libXdamage, libXtst, libXrandr, expat, cups
|
||||||
, dbus_libs, gtk2, gtk3, gdk_pixbuf, gcc-unwrapped, at_spi2_atk
|
, dbus_libs, gtk2, gtk3, gdk_pixbuf, gcc-unwrapped, at_spi2_atk
|
||||||
|
, kerberos
|
||||||
|
|
||||||
# command line arguments which are always set e.g "--disable-gpu"
|
# command line arguments which are always set e.g "--disable-gpu"
|
||||||
, commandLineArgs ? ""
|
, commandLineArgs ? ""
|
||||||
@ -58,6 +59,7 @@ let
|
|||||||
liberation_ttf curl utillinux xdg_utils wget
|
liberation_ttf curl utillinux xdg_utils wget
|
||||||
flac harfbuzz icu libpng opusWithCustomModes snappy speechd
|
flac harfbuzz icu libpng opusWithCustomModes snappy speechd
|
||||||
bzip2 libcap at_spi2_atk
|
bzip2 libcap at_spi2_atk
|
||||||
|
kerberos
|
||||||
] ++ optional pulseSupport libpulseaudio
|
] ++ optional pulseSupport libpulseaudio
|
||||||
++ [ gtk ];
|
++ [ gtk ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user