about summary refs log tree commit diff
path: root/pkgs
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
parentc912002f2c16f2247e143373d9f98eb35bf06b97 (diff)
downloadnixlib-63438b880291fc78ad588038d2f562c3d5c30053.tar
nixlib-63438b880291fc78ad588038d2f562c3d5c30053.tar.gz
nixlib-63438b880291fc78ad588038d2f562c3d5c30053.tar.bz2
nixlib-63438b880291fc78ad588038d2f562c3d5c30053.tar.lz
nixlib-63438b880291fc78ad588038d2f562c3d5c30053.tar.xz
nixlib-63438b880291fc78ad588038d2f562c3d5c30053.tar.zst
nixlib-63438b880291fc78ad588038d2f562c3d5c30053.zip
lollypop: remove uneeded runtime deps
These are no longer needed or never were.
Diffstat (limited to 'pkgs')
-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 2a790514447d..ed6ca89fde95 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