From 67f349d224dd504a6ff8756952ed0388acae18ca Mon Sep 17 00:00:00 2001 From: Michael Weiss Date: Sat, 15 Feb 2020 19:51:35 +0100 Subject: [PATCH] google-chrome*: Add the newly required dependencies See 3fadc45499f. Since the beta channel is now also on 81 and the stable channel will be on 81 soon, it makes sense to already add this unconditionally for all channels. --- .../applications/networking/browsers/google-chrome/default.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pkgs/applications/networking/browsers/google-chrome/default.nix b/pkgs/applications/networking/browsers/google-chrome/default.nix index 89599158ea0..53255ec5183 100644 --- a/pkgs/applications/networking/browsers/google-chrome/default.nix +++ b/pkgs/applications/networking/browsers/google-chrome/default.nix @@ -58,9 +58,8 @@ let liberation_ttf curl utillinux xdg_utils wget flac harfbuzz icu libpng opusWithCustomModes snappy speechd bzip2 libcap at-spi2-atk at-spi2-core - kerberos + kerberos libdrm mesa ] ++ optional pulseSupport libpulseaudio - ++ optionals (channel == "dev") [ libdrm mesa ] ++ [ gtk ]; suffix = if channel != "stable" then "-" + channel else "";