summaryrefslogtreecommitdiffstats
path: root/pkgs/applications/version-management/meld
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-03-13 17:04:31 -0400
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-03-13 17:05:23 -0400
commit64c8f268df0dcda215b0f57a7150d1b87d2af690 (patch)
tree099654d009265d0cafc4e75ac38a2218cfd6b118 /pkgs/applications/version-management/meld
parentc21ca7b7042a8ad9e23cd6da3f9d0e48398afef5 (diff)
gnome3.meld: fix gobject-introspection
See: https://github.com/NixOS/nixpkgs/issues/56943
Diffstat (limited to 'pkgs/applications/version-management/meld')
-rw-r--r--pkgs/applications/version-management/meld/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/version-management/meld/default.nix b/pkgs/applications/version-management/meld/default.nix
index 83f26fa08fc3..0e0e63f14ae1 100644
--- a/pkgs/applications/version-management/meld/default.nix
+++ b/pkgs/applications/version-management/meld/default.nix
@@ -17,6 +17,7 @@ python3.pkgs.buildPythonApplication rec {
];
buildInputs = [
gtk3 gtksourceview gnome3.gsettings-desktop-schemas gnome3.adwaita-icon-theme
+ 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 ];