3
0
Fork 0
forked from mirrors/nixpkgs

meld: fix checkPhase

Needs some more inputs after checkInputs went native.

(cherry picked from commit 99fac0a967)
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