pythonPackages.dogtail: fix sniff
This commit is contained in:
parent
8746c77a38
commit
ac9d14c5ff
@ -11,6 +11,7 @@
|
|||||||
, fetchurl
|
, fetchurl
|
||||||
, dbus
|
, dbus
|
||||||
, xvfb_run
|
, xvfb_run
|
||||||
|
, wrapGAppsHook
|
||||||
# , fetchPypi
|
# , fetchPypi
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@ -32,8 +33,9 @@ buildPythonPackage rec {
|
|||||||
./nix-support.patch
|
./nix-support.patch
|
||||||
];
|
];
|
||||||
|
|
||||||
nativeBuildInputs = [ gobject-introspection dbus xvfb_run ]; # for setup hooks
|
nativeBuildInputs = [ gobject-introspection dbus xvfb_run wrapGAppsHook ]; # for setup hooks
|
||||||
propagatedBuildInputs = [ at-spi2-core gtk3 pygobject3 pyatspi pycairo ];
|
propagatedBuildInputs = [ at-spi2-core gtk3 pygobject3 pyatspi pycairo ];
|
||||||
|
strictDeps = false; # issue 56943
|
||||||
|
|
||||||
checkPhase = ''
|
checkPhase = ''
|
||||||
runHook preCheck
|
runHook preCheck
|
||||||
|
Loading…
Reference in New Issue
Block a user