3
0
Fork 0
forked from mirrors/nixpkgs

skypeforlinux: adding libuuid and at-spi2-core

This commit is contained in:
Marek Mahut 2019-08-22 23:16:00 +02:00
parent 717b65ceeb
commit 1c1b809c1e

View file

@ -1,7 +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 }: , at-spi2-atk, libuuid, at-spi2-core }:
let let
@ -13,6 +13,7 @@ let
alsaLib alsaLib
atk atk
at-spi2-atk at-spi2-atk
at-spi2-core
cairo cairo
cups cups
curl curl
@ -23,6 +24,7 @@ let
glib glib
glibc glibc
libsecret libsecret
libuuid
gnome2.GConf gnome2.GConf
gdk-pixbuf gdk-pixbuf