piper: temporarily propagate gobject-introspection
On startup piper would be unable to find Pango: > ImportError: Typelib file for namespace 'Pango', version '1.0' not found Workaround for #56943
This commit is contained in:
@@ -16,8 +16,12 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];
|
nativeBuildInputs = [ meson ninja gettext pkgconfig wrapGAppsHook desktop-file-utils appstream-glib gobject-introspection ];
|
||||||
buildInputs = [ gtk3 glib gnome3.adwaita-icon-theme python3 ];
|
buildInputs = [
|
||||||
propagatedBuildInputs = with python3.pkgs; [ lxml evdev pygobject3 ];
|
gtk3 glib gnome3.adwaita-icon-theme python3
|
||||||
|
];
|
||||||
|
propagatedBuildInputs = with python3.pkgs; [ lxml evdev pygobject3 ] ++ [
|
||||||
|
gobject-introspection # fixes https://github.com/NixOS/nixpkgs/issues/56943 for now
|
||||||
|
];
|
||||||
|
|
||||||
postPatch = ''
|
postPatch = ''
|
||||||
chmod +x meson_install.sh # patchShebangs requires executable file
|
chmod +x meson_install.sh # patchShebangs requires executable file
|
||||||
|
|||||||
Reference in New Issue
Block a user