From 57f9e0b54d108654dcb184e6049721a7f23f7cde Mon Sep 17 00:00:00 2001 From: Jordan Williams Date: Thu, 14 Nov 2024 08:59:33 -0600 Subject: [PATCH] mopidy: make PipeWire a buildInput to add GStreamer dependency --- pkgs/applications/audio/mopidy/mopidy.nix | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/pkgs/applications/audio/mopidy/mopidy.nix b/pkgs/applications/audio/mopidy/mopidy.nix index b82d17d06cd4..579cbbf98dc0 100644 --- a/pkgs/applications/audio/mopidy/mopidy.nix +++ b/pkgs/applications/audio/mopidy/mopidy.nix @@ -30,6 +30,7 @@ pythonPackages.buildPythonApplication rec { gst-plugins-good gst-plugins-ugly gst-plugins-rs + pipewire ]; propagatedBuildInputs = @@ -56,12 +57,6 @@ pythonPackages.buildPythonApplication rec { # There are no tests doCheck = false; - preFixup = '' - gappsWrapperArgs+=( - --prefix GST_PLUGIN_SYSTEM_PATH_1_0 : "${pipewire}/lib/gstreamer-1.0" - ) - ''; - meta = with lib; { homepage = "https://www.mopidy.com/"; description = "Extensible music server that plays music from local disk, Spotify, SoundCloud, and more";