nautilus-open-any-terminal: fix build

This commit is contained in:
superherointj 2022-08-26 00:48:22 -03:00
parent 6351378818
commit 3b40f3c0e1

View file

@ -28,6 +28,7 @@ python3.pkgs.buildPythonPackage rec {
nativeBuildInputs = [ nativeBuildInputs = [
glib glib
gobject-introspection
pkg-config pkg-config
wrapGAppsHook wrapGAppsHook
]; ];
@ -37,7 +38,6 @@ python3.pkgs.buildPythonPackage rec {
dconf dconf
gnome.nautilus gnome.nautilus
gnome.nautilus-python gnome.nautilus-python
gobject-introspection
gsettings-desktop-schemas gsettings-desktop-schemas
gtk3 gtk3
python3.pkgs.pygobject3 python3.pkgs.pygobject3