mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
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
1 changed files with 2 additions and 0 deletions
|
@ -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 = [
|
||||
|
|
Loading…
Reference in a new issue