lollypop: add hicolor-icon-theme for setup hook
This commit is contained in:
parent
8bcb7879d0
commit
ba7eb15363
@ -1,7 +1,7 @@
|
|||||||
{ stdenv, fetchgit, meson, ninja, pkgconfig
|
{ stdenv, fetchgit, meson, ninja, pkgconfig
|
||||||
, python3, gtk3, gst_all_1, libsecret, libsoup
|
, python3, gtk3, gst_all_1, libsecret, libsoup
|
||||||
, appstream-glib, desktop-file-utils, totem-pl-parser
|
, appstream-glib, desktop-file-utils, totem-pl-parser
|
||||||
, gobject-introspection, wrapGAppsHook }:
|
, hicolor-icon-theme, gobject-introspection, wrapGAppsHook }:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
pname = "lollypop";
|
pname = "lollypop";
|
||||||
@ -35,6 +35,7 @@ python3.pkgs.buildPythonApplication rec {
|
|||||||
gst-plugins-ugly
|
gst-plugins-ugly
|
||||||
gstreamer
|
gstreamer
|
||||||
gtk3
|
gtk3
|
||||||
|
hicolor-icon-theme
|
||||||
libsecret
|
libsecret
|
||||||
libsoup
|
libsoup
|
||||||
totem-pl-parser
|
totem-pl-parser
|
||||||
|
Loading…
Reference in New Issue
Block a user