lollypop: add hicolor-icon-theme for setup hook

This commit is contained in:
worldofpeace 2019-02-24 22:50:37 -05:00
parent 8bcb7879d0
commit ba7eb15363

View File

@ -1,7 +1,7 @@
{ stdenv, fetchgit, meson, ninja, pkgconfig
, python3, gtk3, gst_all_1, libsecret, libsoup
, appstream-glib, desktop-file-utils, totem-pl-parser
, gobject-introspection, wrapGAppsHook }:
, hicolor-icon-theme, gobject-introspection, wrapGAppsHook }:
python3.pkgs.buildPythonApplication rec {
pname = "lollypop";
@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
gst-plugins-ugly
gstreamer
gtk3
hicolor-icon-theme
libsecret
libsoup
totem-pl-parser