mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 00:20:58 +00:00
meld: fix checkPhase
Needs some more inputs after checkInputs went native. (cherry picked from commit99fac0a967) (cherry picked from commit4a75888544)
This commit is contained in:
committed by
Uli Baum
parent
9fea0be389
commit
6a0bc214a4
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user