parole: remove icon cache file from output

Adds hicolor-icon-theme as a build input to use its build hook to
clean up icon cache files.
This commit is contained in:
Robert Helgesson 2018-03-05 18:40:01 +01:00
parent 53554bd9f7
commit 0203ab2ff9
No known key found for this signature in database
GPG key ID: C3DB11069E65DC86

View file

@ -1,6 +1,6 @@
{ stdenv, fetchurl, makeWrapper, pkgconfig, intltool, gst_all_1
, gtk, dbus-glib, libxfce4ui, libxfce4util, xfconf
, taglib, libnotify
, taglib, libnotify, hicolor-icon-theme
, withGstPlugins ? true
}:
@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ pkgconfig intltool ];
buildInputs = [
makeWrapper
makeWrapper hicolor-icon-theme
gtk dbus-glib libxfce4ui libxfce4util xfconf
taglib libnotify
] ++ (with gst_all_1; [ gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly gst-libav]);