Merge pull request #122382 from symphorien/paperworkpixbuf

paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper
This commit is contained in:
Guillaume Girol 2021-05-10 06:08:53 +00:00 committed by GitHub
commit 675c571703
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 = [