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:
parent
1a714f16a4
commit
6cfb8cf9ef
@ -1,6 +1,7 @@
|
|||||||
{ stdenv, fetchurl, dpkg
|
{ stdenv, fetchurl, dpkg
|
||||||
, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, gdk_pixbuf, glib, glibc, gnome2, gnome3
|
, 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
|
let
|
||||||
|
|
||||||
@ -11,6 +12,7 @@ let
|
|||||||
rpath = stdenv.lib.makeLibraryPath [
|
rpath = stdenv.lib.makeLibraryPath [
|
||||||
alsaLib
|
alsaLib
|
||||||
atk
|
atk
|
||||||
|
at-spi2-atk
|
||||||
cairo
|
cairo
|
||||||
cups
|
cups
|
||||||
curl
|
curl
|
||||||
|
Loading…
x
Reference in New Issue
Block a user