gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false (regression after #55735)
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, dbus-glib, exempi, lcms2, libexif, libjpeg, librsvg, libxml2, shared-mime-info, gnome3, mate, hicolor-icon-theme, wrapGAppsHook }:
|
||||
{ stdenv, fetchurl, pkgconfig, intltool, itstool, dbus-glib, exempi, lcms2, libexif, libjpeg, librsvg, libxml2, shared-mime-info, gnome3, gtk3, mate, hicolor-icon-theme, wrapGAppsHook }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "eom-${version}";
|
||||
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
|
||||
librsvg
|
||||
libxml2
|
||||
shared-mime-info
|
||||
gnome3.gtk
|
||||
gtk3
|
||||
gnome3.libpeas
|
||||
mate.mate-desktop
|
||||
hicolor-icon-theme
|
||||
|
||||
Reference in New Issue
Block a user