meld: fix checkPhase

Needs some more inputs after checkInputs went native.

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

View File

@ -20,7 +20,7 @@ python3.pkgs.buildPythonApplication rec {
gobject-introspection # fixes https://github.com/NixOS/nixpkgs/issues/56943 for now
];
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