gnome3.meld: fix gobject-introspection
See: https://github.com/NixOS/nixpkgs/issues/56943
This commit is contained in:
parent
c21ca7b704
commit
64c8f268df
@ -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 ];
|
||||
|
Loading…
Reference in New Issue
Block a user