Skip to content

Commit

Permalink
Merge pull request #67352 from symphorien/dogtail
Browse files Browse the repository at this point in the history
pythonPackages.dogtail: fix sniff
  • Loading branch information
worldofpeace committed Aug 25, 2019
2 parents 18dfe1a + ac9d14c commit 16c5acf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion pkgs/development/python-modules/dogtail/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
, fetchurl
, dbus
, xvfb_run
, wrapGAppsHook
# , fetchPypi
}:

Expand All @@ -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
Expand Down

0 comments on commit 16c5acf

Please sign in to comment.