claws-mail: add hicolor_icon_theme dependency
We want the hicolor_icon_theme hook to strip Claws's icon-theme.cache.
This commit is contained in:
parent
5374c07c15
commit
c39a557095
@ -1,7 +1,7 @@
|
|||||||
{ fetchurl, stdenv
|
{ fetchurl, stdenv
|
||||||
, curl, dbus, dbus_glib, enchant, gtk, gnutls, gnupg, gpgme, libarchive
|
, curl, dbus, dbus_glib, enchant, gtk, gnutls, gnupg, gpgme, hicolor_icon_theme
|
||||||
, libcanberra, libetpan, libnotify, libsoup, libxml2, networkmanager, openldap
|
, libarchive, libcanberra, libetpan, libnotify, libsoup, libxml2, networkmanager
|
||||||
, perl, pkgconfig, poppler, python, shared_mime_info, webkitgtk2
|
, openldap , perl, pkgconfig, poppler, python, shared_mime_info, webkitgtk2
|
||||||
|
|
||||||
# Build options
|
# Build options
|
||||||
# TODO: A flag to build the manual.
|
# TODO: A flag to build the manual.
|
||||||
@ -50,7 +50,9 @@ stdenv.mkDerivation {
|
|||||||
patches = [ ./mime.patch ];
|
patches = [ ./mime.patch ];
|
||||||
|
|
||||||
buildInputs =
|
buildInputs =
|
||||||
[ curl dbus dbus_glib gtk gnutls libetpan perl pkgconfig python ]
|
[ curl dbus dbus_glib gtk gnutls hicolor_icon_theme
|
||||||
|
libetpan perl pkgconfig python
|
||||||
|
]
|
||||||
++ optional enableSpellcheck enchant
|
++ optional enableSpellcheck enchant
|
||||||
++ optionals (enablePgp || enablePluginSmime) [ gnupg gpgme ]
|
++ optionals (enablePgp || enablePluginSmime) [ gnupg gpgme ]
|
||||||
++ optional enablePluginArchive libarchive
|
++ optional enablePluginArchive libarchive
|
||||||
|
Loading…
x
Reference in New Issue
Block a user