mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 14:11:36 +00:00
signal-desktop: use top-level gtk
This commit is contained in:
parent
dc57cda642
commit
1ac4be3052
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, lib, fetchurl, dpkg, gnome3, atk, cairo, pango, gdk_pixbuf, glib, freetype,
|
||||
{ stdenv, lib, fetchurl, dpkg, gnome3, gtk2, atk, cairo, pango, gdk_pixbuf, glib, freetype,
|
||||
fontconfig, dbus, libX11, xorg, libXi, libXcursor, libXdamage, libXrandr,
|
||||
libXcomposite, libXext, libXfixes, libXrender, libXtst, libXScrnSaver, nss,
|
||||
nspr, alsaLib, cups, expat, udev
|
||||
|
@ -16,7 +16,7 @@ let
|
|||
gdk_pixbuf
|
||||
glib
|
||||
gnome3.gconf
|
||||
gnome3.gtk2
|
||||
gtk2
|
||||
pango
|
||||
libX11
|
||||
libXScrnSaver
|
||||
|
|
Loading…
Reference in a new issue