pympress: Move gobject-introspection to nativeBuildInputs

- Previously the software would fail to run with an error showing that
  it couldn't find gobject-introspection typelib files for GTK3
- By adding gobject-introspection to nativeBuildInputs, the gi typelib
  path is set so that we have all of the typelibs we need

Co-authored-by: Skyler Grey <skyler3665@gmail.com>
This commit is contained in:
Pol Dellaiera 2022-09-06 22:38:15 +02:00 committed by Skyler Grey
parent f2625ce444
commit 648bcc8f42
No known key found for this signature in database
GPG Key ID: 1AFD10256B3C714D

View File

@ -21,11 +21,11 @@ python3Packages.buildPythonApplication rec {
nativeBuildInputs = [
wrapGAppsHook
gobject-introspection
];
buildInputs = [
gtk3
gobject-introspection
poppler_gi
] ++ lib.optional withGstreamer libcanberra-gtk3;