forked from mirrors/nixpkgs
Merge pull request #188350 from superherointj/broken-nautilus-open-any-terminal
This commit is contained in:
commit
9ce248ee34
|
@ -28,6 +28,7 @@ python3.pkgs.buildPythonPackage rec {
|
|||
|
||||
nativeBuildInputs = [
|
||||
glib
|
||||
gobject-introspection
|
||||
pkg-config
|
||||
wrapGAppsHook
|
||||
];
|
||||
|
@ -37,7 +38,6 @@ python3.pkgs.buildPythonPackage rec {
|
|||
dconf
|
||||
gnome.nautilus
|
||||
gnome.nautilus-python
|
||||
gobject-introspection
|
||||
gsettings-desktop-schemas
|
||||
gtk3
|
||||
python3.pkgs.pygobject3
|
||||
|
|
Loading…
Reference in a new issue