meld: fix checkPhase

Needs some more inputs after checkInputs went native.

(cherry picked from commit 99fac0a967)
(cherry picked from commit 4a75888544)
This commit is contained in:
Tor Hedin Brønner
2019-03-02 13:52:49 +01:00
committed by Uli Baum
parent 9fea0be389
commit 6a0bc214a4

View File

@@ -19,7 +19,7 @@ python3.pkgs.buildPythonApplication rec {
gtk3 gtksourceview gnome3.gsettings-desktop-schemas gnome3.adwaita-icon-theme
];
propagatedBuildInputs = with python3.pkgs; [ pygobject3 pycairo ];
checkInputs = [ xvfb_run python3.pkgs.pytest dbus ];
checkInputs = [ xvfb_run python3.pkgs.pytest dbus gtksourceview gtk3 ];
installPhase = ''
runHook preInstall