Merge pull request #67352 from symphorien/dogtail

pythonPackages.dogtail: fix sniff
This commit is contained in:
worldofpeace 2019-08-25 14:48:52 -04:00 committed by GitHub
commit 16c5acf313
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -11,6 +11,7 @@
, fetchurl
, dbus
, xvfb_run
, wrapGAppsHook
# , fetchPypi
}:
@ -32,8 +33,9 @@ buildPythonPackage rec {
./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 ];
strictDeps = false; # issue 56943
checkPhase = ''
runHook preCheck