claws-mail: Remove extra GIO_EXTRA_MODULES wrapping
This commit is contained in:
parent
65d8af5af2
commit
cabd3effda
|
@ -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,9 +92,6 @@ 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")
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue