paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper

This commit is contained in:
Guillaume Girol 2021-05-09 12:00:00 +00:00
parent 6358647558
commit ae4e6c8b7e

View File

@ -12,6 +12,7 @@
, which
, gettext
, gobject-introspection
, gdk-pixbuf
}:
python3Packages.buildPythonApplication rec {
@ -60,6 +61,7 @@ python3Packages.buildPythonApplication rec {
gobject-introspection
(lib.getBin gettext)
which
gdk-pixbuf # for the setup hook
];
buildInputs = [