summary refs log tree commit diff
path: root/pkgs/applications/audio/lollypop
diff options
context:
space:
mode:
authorworldofpeace <worldofpeace@protonmail.ch>2019-05-15 06:53:17 -0400
committerworldofpeace <worldofpeace@protonmail.ch>2019-05-15 08:28:53 -0400
commit63438b880291fc78ad588038d2f562c3d5c30053 (patch)
treeee05cf48ab2cca5755d13b0a4691546481f25d75 /pkgs/applications/audio/lollypop
parentc912002f2c16f2247e143373d9f98eb35bf06b97 (diff)
downloadnixpkgs-63438b880291fc78ad588038d2f562c3d5c30053.tar
nixpkgs-63438b880291fc78ad588038d2f562c3d5c30053.tar.gz
nixpkgs-63438b880291fc78ad588038d2f562c3d5c30053.tar.bz2
nixpkgs-63438b880291fc78ad588038d2f562c3d5c30053.tar.lz
nixpkgs-63438b880291fc78ad588038d2f562c3d5c30053.tar.xz
nixpkgs-63438b880291fc78ad588038d2f562c3d5c30053.tar.zst
nixpkgs-63438b880291fc78ad588038d2f562c3d5c30053.zip
lollypop: remove uneeded runtime deps
These are no longer needed or never were.
Diffstat (limited to 'pkgs/applications/audio/lollypop')
-rw-r--r--pkgs/applications/audio/lollypop/default.nix2
1 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/applications/audio/lollypop/default.nix b/pkgs/applications/audio/lollypop/default.nix
index 2a790514447..ed6ca89fde9 100644
--- a/pkgs/applications/audio/lollypop/default.nix
+++ b/pkgs/applications/audio/lollypop/default.nix
@@ -59,10 +59,8 @@ python3.pkgs.buildPythonApplication rec  {
 
   propagatedBuildInputs = with python3.pkgs; [
     beautifulsoup4
-    gst-python
     pillow
     pycairo
-    pydbus
     pygobject3
   ]
   ++ lib.optional lastFMSupport pylast