Skip to content

Commit

Permalink
meld: fix checkPhase
Browse files Browse the repository at this point in the history
Needs some more inputs after checkInputs went native.

(cherry picked from commit 99fac0a)
(cherry picked from commit 4a75888)
  • Loading branch information
hedning authored and xeji committed Mar 18, 2019
1 parent 9fea0be commit 6a0bc21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/meld/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 6a0bc21

Please sign in to comment.