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)
  • Loading branch information
hedning authored and xeji committed Mar 18, 2019
1 parent d9fc44e commit 4a75888
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/version-management/meld/default.nix
Expand Up @@ -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
Expand Down

0 comments on commit 4a75888

Please sign in to comment.