treewide: drop gnome2.pango alias

This commit is contained in:
Jan Tojnar
2020-10-25 23:48:29 +01:00
parent 626b514139
commit 3825e74193
12 changed files with 31 additions and 31 deletions
+5 -5
View File
@@ -1,6 +1,6 @@
{ stdenv, fetchurl, dpkg
, alsaLib, at-spi2-atk, at-spi2-core, atk, cairo, cups, curl, dbus, expat, fontconfig, freetype, glib
, gnome2, gnome3, libnotify, libsecret, libuuid, libxcb, nspr, nss, systemd, xorg, wrapGAppsHook }:
, gnome2, gdk-pixbuf, gtk3, pango, libnotify, libsecret, libuuid, libxcb, nspr, nss, systemd, xorg, wrapGAppsHook }:
let
version = "1.22.1";
@@ -19,9 +19,9 @@ let
freetype
glib
gnome2.GConf
gnome2.gdk_pixbuf
gnome3.gtk
gnome2.pango
gdk-pixbuf
gtk3
pango
libnotify
libsecret
libuuid
@@ -60,7 +60,7 @@ in stdenv.mkDerivation {
inherit src;
buildInputs = [ dpkg wrapGAppsHook gnome3.gtk ];
buildInputs = [ dpkg wrapGAppsHook gtk3 ];
dontUnpack = true;
buildCommand = ''