summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@users.noreply.github.com>2018-12-25 17:27:49 -0500
committerworldofpeace <worldofpeace@users.noreply.github.com>2018-12-25 20:14:27 -0500
commit1954e6a9493de153b4670e118e1b096304e72962 (patch)
tree3f090aa7d7d7efe86a58c6b276154745bd84ef8d /pkgs/applications/audio/lollypop
parent634eaf80b22ea3e22e762f36488ff3eee686e94b (diff)
downloadnixpkgs-1954e6a9493de153b4670e118e1b096304e72962.tar
nixpkgs-1954e6a9493de153b4670e118e1b096304e72962.tar.gz
nixpkgs-1954e6a9493de153b4670e118e1b096304e72962.tar.bz2
nixpkgs-1954e6a9493de153b4670e118e1b096304e72962.tar.lz
nixpkgs-1954e6a9493de153b4670e118e1b096304e72962.tar.xz
nixpkgs-1954e6a9493de153b4670e118e1b096304e72962.tar.zst
nixpkgs-1954e6a9493de153b4670e118e1b096304e72962.zip
totem-pl-parser: rename from gnome3.totem-pl-parser
Diffstat (limited to 'pkgs/applications/audio/lollypop')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 5fbf9108ed7..29edf818ce7 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchgit, meson, ninja, pkgconfig
 , python3, gtk3, gst_all_1, libsecret, libsoup
-, appstream-glib, desktop-file-utils, gnome3
+, appstream-glib, desktop-file-utils, totem-pl-parser
 , gobject-introspection, wrapGAppsHook }:
 
 python3.pkgs.buildPythonApplication rec  {
@@ -28,7 +28,6 @@ python3.pkgs.buildPythonApplication rec  {
   ];
 
   buildInputs = with gst_all_1; [
-    gnome3.totem-pl-parser
     gst-libav
     gst-plugins-bad
     gst-plugins-base
@@ -38,6 +37,7 @@ python3.pkgs.buildPythonApplication rec  {
     gtk3
     libsecret
     libsoup
+    totem-pl-parser
   ];
 
   propagatedBuildInputs = with python3.pkgs; [