skypeforlinux: add missing dynamically linked library at-spi2-atk

The error message fixed was:

./result/bin/skypeforlinux: error while loading shared libraries:
libatk-bridge-2.0.so.0: cannot open shared object file: No such file
or directory
This commit is contained in:
Ryan Mulligan 2019-04-02 21:42:11 -07:00
parent 1a714f16a4
commit 6cfb8cf9ef
1 changed files with 3 additions and 1 deletions

View File

@ -1,6 +1,7 @@
{ stdenv, fetchurl, dpkg
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, gdk_pixbuf, glib, glibc, gnome2, gnome3
, gtk3, libnotify, libpulseaudio, libsecret, libv4l, nspr, nss, pango, systemd, wrapGAppsHook, xorg }:
, gtk3, libnotify, libpulseaudio, libsecret, libv4l, nspr, nss, pango, systemd, wrapGAppsHook, xorg
, at-spi2-atk }:
let
@ -11,6 +12,7 @@ let
rpath = stdenv.lib.makeLibraryPath [
alsaLib
atk
at-spi2-atk
cairo
cups
curl