gnome3.gtk -> gtk3
fix evaluation when config.allowAliases == false (regression after #55735)
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{ stdenv, fetchurl, file, which, intltool, gobject-introspection,
|
||||
findutils, xdg_utils, gnome3, pythonPackages, hicolor-icon-theme,
|
||||
findutils, xdg_utils, gnome3, gtk3, pythonPackages, hicolor-icon-theme,
|
||||
wrapGAppsHook
|
||||
}:
|
||||
|
||||
@@ -24,7 +24,7 @@ pythonPackages.buildPythonApplication rec {
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
gnome3.gtk
|
||||
gtk3
|
||||
gnome3.dconf
|
||||
pythonPackages.pyxdg
|
||||
pythonPackages.ptyprocess
|
||||
|
||||
Reference in New Issue
Block a user