summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-05-29 19:59:05 +0000
committerxeji <36407913+xeji@users.noreply.github.com>2018-05-29 21:59:05 +0200
commitbab973a28b3d8e565300e798cc43e63fb2bf2a0c (patch)
tree239b36bbd4dc6eaba6f5c9ba3cdddfdbfbaf9f4c /pkgs
parent1f14408b0e499dcc5faf656c1d7c8b21b520a72c (diff)
downloadnixlib-bab973a28b3d8e565300e798cc43e63fb2bf2a0c.tar
nixlib-bab973a28b3d8e565300e798cc43e63fb2bf2a0c.tar.gz
nixlib-bab973a28b3d8e565300e798cc43e63fb2bf2a0c.tar.bz2
nixlib-bab973a28b3d8e565300e798cc43e63fb2bf2a0c.tar.lz
nixlib-bab973a28b3d8e565300e798cc43e63fb2bf2a0c.tar.xz
nixlib-bab973a28b3d8e565300e798cc43e63fb2bf2a0c.tar.zst
nixlib-bab973a28b3d8e565300e798cc43e63fb2bf2a0c.zip
discord: gnome2 cleanup (#41174)
* discord: gnome2 cleanup

* discord: use top-level gtk2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/networking/instant-messengers/discord/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/discord/default.nix b/pkgs/applications/networking/instant-messengers/discord/default.nix
index 09ead9b3de65..ae0951ba99a1 100644
--- a/pkgs/applications/networking/instant-messengers/discord/default.nix
+++ b/pkgs/applications/networking/instant-messengers/discord/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchurl, makeDesktopItem, makeWrapper
 , alsaLib, atk, cairo, cups, dbus, expat, fontconfig, freetype, gdk_pixbuf
-, glib, gnome2, gtk2, libnotify, libX11, libXcomposite, libXcursor, libXdamage
+, glib, gnome3, gtk2, libnotify, libX11, libXcomposite, libXcursor, libXdamage
 , libXext, libXfixes, libXi, libXrandr, libXrender, libXtst, nspr, nss, libxcb
 , pango, systemd, libXScrnSaver, libcxx, libpulseaudio }:
 
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
     libPath = stdenv.lib.makeLibraryPath [
         libcxx systemd libpulseaudio
         stdenv.cc.cc alsaLib atk cairo cups dbus expat fontconfig freetype
-        gdk_pixbuf glib gnome2.GConf gtk2 libnotify libX11 libXcomposite
+        gdk_pixbuf glib gnome3.gconf gtk2 libnotify libX11 libXcomposite
         libXcursor libXdamage libXext libXfixes libXi libXrandr libXrender
         libXtst nspr nss libxcb pango systemd libXScrnSaver
      ];