about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSpencer Baugh <sbaugh@catern.com>2018-01-10 16:04:27 +0000
committerSpencer Baugh <sbaugh@catern.com>2018-01-25 20:56:33 +0000
commit413cb93e127b845323780f41848cbd502e808917 (patch)
tree19ccf9fb690ab227f2eab325c614bd1c3de48c1e /pkgs
parent7a2662569d898f71e9c34e96cc4ddfdc49289f7d (diff)
downloadnixlib-413cb93e127b845323780f41848cbd502e808917.tar
nixlib-413cb93e127b845323780f41848cbd502e808917.tar.gz
nixlib-413cb93e127b845323780f41848cbd502e808917.tar.bz2
nixlib-413cb93e127b845323780f41848cbd502e808917.tar.lz
nixlib-413cb93e127b845323780f41848cbd502e808917.tar.xz
nixlib-413cb93e127b845323780f41848cbd502e808917.tar.zst
nixlib-413cb93e127b845323780f41848cbd502e808917.zip
google-chrome: add dependency on kerberos
Without this, Chrome doesn't work with websites requiring Kerberos
authentication.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/browsers/google-chrome/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/networking/browsers/google-chrome/default.nix b/pkgs/applications/networking/browsers/google-chrome/default.nix
index b868c434e234..130c50478366 100644
--- a/pkgs/applications/networking/browsers/google-chrome/default.nix
+++ b/pkgs/applications/networking/browsers/google-chrome/default.nix
@@ -5,6 +5,7 @@
 , libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb
 , alsaLib, libXdamage, libXtst, libXrandr, expat, cups
 , dbus_libs, gtk2, gtk3, gdk_pixbuf, gcc-unwrapped, at_spi2_atk
+, kerberos
 
 # command line arguments which are always set e.g "--disable-gpu"
 , commandLineArgs ? ""
@@ -58,6 +59,7 @@ let
     liberation_ttf curl utillinux xdg_utils wget
     flac harfbuzz icu libpng opusWithCustomModes snappy speechd
     bzip2 libcap at_spi2_atk
+    kerberos
   ] ++ optional pulseSupport libpulseaudio
     ++ [ gtk ];