meld: fix checkPhase
Needs some more inputs after checkInputs went native. (cherry picked from commit 99fac0a967e76ef85303f16a051208627995703b)
This commit is contained in:
parent
d9fc44e721
commit
4a75888544
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user