Merge pull request #122382 from symphorien/paperworkpixbuf
paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper
This commit is contained in:
commit
675c571703
@ -12,6 +12,7 @@
|
|||||||
, which
|
, which
|
||||||
, gettext
|
, gettext
|
||||||
, gobject-introspection
|
, gobject-introspection
|
||||||
|
, gdk-pixbuf
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3Packages.buildPythonApplication rec {
|
python3Packages.buildPythonApplication rec {
|
||||||
@ -60,6 +61,7 @@ python3Packages.buildPythonApplication rec {
|
|||||||
gobject-introspection
|
gobject-introspection
|
||||||
(lib.getBin gettext)
|
(lib.getBin gettext)
|
||||||
which
|
which
|
||||||
|
gdk-pixbuf # for the setup hook
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
Loading…
Reference in New Issue
Block a user