Skip to content
This repository has been archived by the owner on Apr 12, 2021. It is now read-only.

Commit

Permalink
chromium 71+: add at-spi2-core dependency (#48594)
Browse files Browse the repository at this point in the history
  • Loading branch information
volth authored and xeji committed Oct 17, 2018
1 parent 5589853 commit d039722
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions pkgs/applications/networking/browsers/chromium/common.nix
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
, glib, gtk2, gtk3, dbus-glib
, libXScrnSaver, libXcursor, libXtst, libGLU_combined
, protobuf, speechd, libXdamage, cups
, ffmpeg, libxslt, libxml2
, ffmpeg, libxslt, libxml2, at-spi2-core

# optional dependencies
, libgcrypt ? null # gnomeSupport || cupsSupport
Expand Down Expand Up @@ -129,7 +129,8 @@ let
] ++ optional gnomeKeyringSupport libgnome-keyring3
++ optionals gnomeSupport [ gnome.GConf libgcrypt ]
++ optionals cupsSupport [ libgcrypt cups ]
++ optional pulseSupport libpulseaudio;
++ optional pulseSupport libpulseaudio
++ optional (versionAtLeast version "71") at-spi2-core;

patches = [
# As major versions are added, you can trawl the gentoo and arch repos at
Expand Down

0 comments on commit d039722

Please sign in to comment.