summaryrefslogtreecommitdiffstats
path: root/pkgs/applications
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2019-02-24 22:50:37 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2019-02-24 22:50:37 -0500
commitba7eb1536396c91c2169fa8be455d09383181c65 (patch)
treee21dc4829a9660b94ef5015958f305c0871ddd9b /pkgs/applications
parent8bcb7879d0e1299726ff5aaf47dd3f62ac7c4850 (diff)
lollypop: add hicolor-icon-theme for setup hook
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 247db7216643..a90eaea7b561 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -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