Skip to content

Commit

Permalink
parole: remove icon cache file from output
Browse files Browse the repository at this point in the history
Adds hicolor-icon-theme as a build input to use its build hook to
clean up icon cache files.
  • Loading branch information
rycee committed Mar 5, 2018
1 parent 53554bd commit 0203ab2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/desktops/xfce/applications/parole.nix
@@ -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
}:

Expand All @@ -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]);
Expand Down

0 comments on commit 0203ab2

Please sign in to comment.