summary refs log tree commit diff
path: root/pkgs/applications/office
diff options
context:
space:
mode:
authorGuillaume Girol <symphorien@users.noreply.github.com>2021-05-10 06:08:53 +0000
committerGitHub <noreply@github.com>2021-05-10 06:08:53 +0000
commit675c5717038f24469a1085b13c4c0a86ae8d1f57 (patch)
tree7cb73dd45eb50af82c1220b2688db74b37d057fa /pkgs/applications/office
parent71bc0caecbd167e4bbb2b035ca7e64104ead8050 (diff)
parentae4e6c8b7e1cfb2e99765acb29564a79e5f728d1 (diff)
downloadnixpkgs-675c5717038f24469a1085b13c4c0a86ae8d1f57.tar
nixpkgs-675c5717038f24469a1085b13c4c0a86ae8d1f57.tar.gz
nixpkgs-675c5717038f24469a1085b13c4c0a86ae8d1f57.tar.bz2
nixpkgs-675c5717038f24469a1085b13c4c0a86ae8d1f57.tar.lz
nixpkgs-675c5717038f24469a1085b13c4c0a86ae8d1f57.tar.xz
nixpkgs-675c5717038f24469a1085b13c4c0a86ae8d1f57.tar.zst
nixpkgs-675c5717038f24469a1085b13c4c0a86ae8d1f57.zip
Merge pull request #122382 from symphorien/paperworkpixbuf
paperwork: fix startup by adding GDK_PIXBUF_MODULE_FILE to wrapper
Diffstat (limited to 'pkgs/applications/office')
-rw-r--r--pkgs/applications/office/paperwork/paperwork-gtk.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/office/paperwork/paperwork-gtk.nix b/pkgs/applications/office/paperwork/paperwork-gtk.nix
index 3bf9f1af9a5..e6196839191 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 = [