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:
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…
Reference in a new issue