summary refs log tree commit diff
path: root/pkgs/applications/audio/mopidy
diff options
context:
space:
mode:
authorLily Foster <lily@lily.flowers>2023-03-23 08:19:32 -0400
committerLily Foster <lily@lily.flowers>2023-05-15 10:28:08 -0400
commit4f8d022f85e82d56ee24a09909f5ee60f71f3279 (patch)
treea762cf2f429d9fb46273e543079e9f13b79eb3dc /pkgs/applications/audio/mopidy
parent25f705da1208eb0468c217e91204f8a3f6f58187 (diff)
downloadnixpkgs-4f8d022f85e82d56ee24a09909f5ee60f71f3279.tar
nixpkgs-4f8d022f85e82d56ee24a09909f5ee60f71f3279.tar.gz
nixpkgs-4f8d022f85e82d56ee24a09909f5ee60f71f3279.tar.bz2
nixpkgs-4f8d022f85e82d56ee24a09909f5ee60f71f3279.tar.lz
nixpkgs-4f8d022f85e82d56ee24a09909f5ee60f71f3279.tar.xz
nixpkgs-4f8d022f85e82d56ee24a09909f5ee60f71f3279.tar.zst
nixpkgs-4f8d022f85e82d56ee24a09909f5ee60f71f3279.zip
mopidy: add gst-plugins-rs
Diffstat (limited to 'pkgs/applications/audio/mopidy')
-rw-r--r--pkgs/applications/audio/mopidy/mopidy.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/audio/mopidy/mopidy.nix b/pkgs/applications/audio/mopidy/mopidy.nix
index 78e00655ad3..5cd6750e363 100644
--- a/pkgs/applications/audio/mopidy/mopidy.nix
+++ b/pkgs/applications/audio/mopidy/mopidy.nix
@@ -21,6 +21,7 @@ pythonPackages.buildPythonApplication rec {
     gst-plugins-base
     gst-plugins-good
     gst-plugins-ugly
+    gst-plugins-rs
   ];
 
   propagatedBuildInputs = [