lol

Merge pull request #33062 from andrewjss/master

google-chrome: add new dep on at_spi2_atk

authored by

Joachim F and committed by
GitHub
8d2b39fc afab19ea

+2 -2
+2 -2
pkgs/applications/networking/browsers/google-chrome/default.nix
··· 4 4 , glib, fontconfig, freetype, pango, cairo, libX11, libXi, atk, gconf, nss, nspr 5 5 , libXcursor, libXext, libXfixes, libXrender, libXScrnSaver, libXcomposite, libxcb 6 6 , alsaLib, libXdamage, libXtst, libXrandr, expat, cups 7 - , dbus_libs, gtk2, gtk3, gdk_pixbuf, gcc-unwrapped 7 + , dbus_libs, gtk2, gtk3, gdk_pixbuf, gcc-unwrapped, at_spi2_atk 8 8 9 9 # command line arguments which are always set e.g "--disable-gpu" 10 10 , commandLineArgs ? "" ··· 57 57 libexif 58 58 liberation_ttf curl utillinux xdg_utils wget 59 59 flac harfbuzz icu libpng opusWithCustomModes snappy speechd 60 - bzip2 libcap 60 + bzip2 libcap at_spi2_atk 61 61 ] ++ optional pulseSupport libpulseaudio 62 62 ++ [ gtk ]; 63 63