summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-05-29 19:54:42 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-29 21:54:42 +0200
commit1f14408b0e499dcc5faf656c1d7c8b21b520a72c (patch)
tree2e331ca1590dc43ab27f1a1c95aca1a66c5045b6 /pkgs
parente25e9d619115cfa9bf1529d21ac9a64d17db7cd7 (diff)
downloadnixlib-1f14408b0e499dcc5faf656c1d7c8b21b520a72c.tar
nixlib-1f14408b0e499dcc5faf656c1d7c8b21b520a72c.tar.gz
nixlib-1f14408b0e499dcc5faf656c1d7c8b21b520a72c.tar.bz2
nixlib-1f14408b0e499dcc5faf656c1d7c8b21b520a72c.tar.lz
nixlib-1f14408b0e499dcc5faf656c1d7c8b21b520a72c.tar.xz
nixlib-1f14408b0e499dcc5faf656c1d7c8b21b520a72c.tar.zst
nixlib-1f14408b0e499dcc5faf656c1d7c8b21b520a72c.zip
skypeforlinux: gnome2 cleanup (#41176)
* skypeforlinux: gnome2 cleanup

* skypeforlinux: use toplevel gdk_pixbuf and gtk2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix15
1 files changed, 8 insertions, 7 deletions
diff --git a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
index fc8a601f1bea..e305a4927204 100644
--- a/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
+++ b/pkgs/applications/networking/instant-messengers/skypeforlinux/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, dpkg, makeWrapper
-, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib, glibc, gnome2
-, libnotify, libpulseaudio, libsecret, libstdcxx5, libv4l, nspr, nss, systemd, xorg }:
+, alsaLib, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, gdk_pixbuf, glib, glibc, gnome3
+, gtk2, libnotify, libpulseaudio, libsecret, libstdcxx5, libv4l, nspr, nss, pango, systemd, xorg }:
 
 let
 
@@ -22,17 +22,18 @@ let
     glibc
     libsecret
 
-    gnome2.GConf
-    gnome2.gdk_pixbuf
-    gnome2.gtk
-    gnome2.pango
+    gnome3.gconf
+    gdk_pixbuf
+    gtk2
+    
 
-    gnome2.gnome-keyring
+    gnome3.gnome-keyring
 
     libnotify
     libpulseaudio
     nspr
     nss
+    pango
     stdenv.cc.cc
     systemd
     libstdcxx5