gnome3.gtk -> gtk3

fix evaluation when config.allowAliases == false

(regression after #55735)
This commit is contained in:
volth
2019-03-24 14:34:39 -04:00
committed by worldofpeace
parent 5bf6a13417
commit 2be90ccb4f
24 changed files with 53 additions and 55 deletions
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, pkgconfig, intltool, glib, itstool, libxml2, mate, libnotify, libcanberra-gtk3, dbus-glib, upower, gnome3, libtool, wrapGAppsHook }:
{ stdenv, fetchurl, pkgconfig, intltool, glib, itstool, libxml2, mate, libnotify, libcanberra-gtk3, dbus-glib, upower, gnome3, gtk3, libtool, wrapGAppsHook }:
stdenv.mkDerivation rec {
name = "mate-power-manager-${version}";
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
itstool
libxml2
libcanberra-gtk3
gnome3.gtk
gtk3
gnome3.libgnome-keyring
libnotify
dbus-glib