From ae4e6c8b7e1cfb2e99765acb29564a79e5f728d1 Mon Sep 17 00:00:00 2001 From: Guillaume Girol Date: Sun, 9 May 2021 12:00:00 +0000 Subject: paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper --- pkgs/applications/office/paperwork/paperwork-gtk.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/applications/office') diff --git a/pkgs/applications/office/paperwork/paperwork-gtk.nix b/pkgs/applications/office/paperwork/paperwork-gtk.nix index 847287c8c85..11b84cdad38 100644 --- a/pkgs/applications/office/paperwork/paperwork-gtk.nix +++ b/pkgs/applications/office/paperwork/paperwork-gtk.nix @@ -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 = [ -- cgit 1.4.1