about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2015-12-13 16:34:31 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2015-12-13 17:02:36 +0100
commit65d8af5af257ba635113740bf0a1820df9827ab4 (patch)
treee98ec6adb7ffeebd0fda9e4265b62c617aa381fd /pkgs/applications
parent3eab158fb8007d03e9ed295068140bbe25306bef (diff)
claws-mail: Fix fancy plugin, fixes #10421
This fixes the fancy plugin displaying HTML mails as text as suggested
by @wedens.
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/networking/mailreaders/claws-mail/default.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/applications/networking/mailreaders/claws-mail/default.nix b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
index beb21546c0c9e..8f2c5cf8c46bc 100644
--- a/pkgs/applications/networking/mailreaders/claws-mail/default.nix
+++ b/pkgs/applications/networking/mailreaders/claws-mail/default.nix
@@ -95,6 +95,10 @@ stdenv.mkDerivation {
   wrapPrefixVariables = [ "GIO_EXTRA_MODULES" ];
   GIO_EXTRA_MODULES = "${glib_networking}/lib/gio/modules";
 
+  preFixup = ''
+    gappsWrapperArgs+=(--prefix XDG_DATA_DIRS : "${shared_mime_info}/share")
+  '';
+
   postInstall = ''
     mkdir -p $out/share/applications
     cp claws-mail.desktop $out/share/applications