summary refs log tree commit diff
path: root/pkgs/applications/audio
diff options
context:
space:
mode:
authorSpencer Whitt <me@swhitt.me>2015-12-14 21:07:22 -0500
committerSpencer Whitt <me@swhitt.me>2015-12-15 22:38:09 -0500
commit95d62e78e3730404c79805411f5bc6917fd1ef05 (patch)
treee1e73c3db86ae8a814960cb1bdafe929c00b94e3 /pkgs/applications/audio
parent99816323f9c475d8dc67af85af85ba7269c15cf7 (diff)
downloadnixlib-95d62e78e3730404c79805411f5bc6917fd1ef05.tar
nixlib-95d62e78e3730404c79805411f5bc6917fd1ef05.tar.gz
nixlib-95d62e78e3730404c79805411f5bc6917fd1ef05.tar.bz2
nixlib-95d62e78e3730404c79805411f5bc6917fd1ef05.tar.lz
nixlib-95d62e78e3730404c79805411f5bc6917fd1ef05.tar.xz
nixlib-95d62e78e3730404c79805411f5bc6917fd1ef05.tar.zst
nixlib-95d62e78e3730404c79805411f5bc6917fd1ef05.zip
mopidy: improve gstreamer plugin support
Diffstat (limited to 'pkgs/applications/audio')
-rw-r--r--pkgs/applications/audio/mopidy/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/audio/mopidy/default.nix b/pkgs/applications/audio/mopidy/default.nix
index 398899734309..91fc9d6f3fc9 100644
--- a/pkgs/applications/audio/mopidy/default.nix
+++ b/pkgs/applications/audio/mopidy/default.nix
@@ -1,5 +1,5 @@
 { stdenv, fetchurl, pythonPackages, pygobject, gst_python
-, gst_plugins_good, gst_plugins_base
+, gst_plugins_good, gst_plugins_base, gst_plugins_ugly
 }:
 
 pythonPackages.buildPythonPackage rec {
@@ -13,7 +13,7 @@ pythonPackages.buildPythonPackage rec {
   };
 
   propagatedBuildInputs = with pythonPackages; [
-    gst_python pygobject pykka tornado requests2 gst_plugins_base gst_plugins_good
+    gst_python pygobject pykka tornado requests2 gst_plugins_base gst_plugins_good gst_plugins_ugly
   ];
 
   # There are no tests