mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 13:41:26 +00:00
Merge pull request #11680 from mayflower/fix/claws-mail-fancy
claws-mail: Fix fancy plugin
This commit is contained in:
commit
f217579ca6
|
@ -57,7 +57,7 @@ stdenv.mkDerivation {
|
|||
|
||||
buildInputs =
|
||||
[ curl dbus dbus_glib gtk gnutls gsettings_desktop_schemas hicolor_icon_theme
|
||||
libetpan perl pkgconfig python wrapGAppsHook
|
||||
libetpan perl pkgconfig python wrapGAppsHook glib_networking
|
||||
]
|
||||
++ optional enableSpellcheck enchant
|
||||
++ optionals (enablePgp || enablePluginSmime) [ gnupg gpgme ]
|
||||
|
@ -92,8 +92,9 @@ stdenv.mkDerivation {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue