about summary refs log tree commit diff
diff options
context:
space:
mode:
authorArtturi <Artturin@artturin.com>2023-10-23 09:50:32 +0300
committerGitHub <noreply@github.com>2023-10-23 09:50:32 +0300
commit6d502084b51c106e653229bcf51fdcd8fde81cde (patch)
treeab1ae3e77f747b4c97c82576154e73c6ed060e0b
parent67cce747200f7b878b01fe1db72f94b43f3d507c (diff)
parent219e235433d51b682f8a34760aa6661f86609344 (diff)
Merge pull request #262688 from YellowOnion/mpd-fix
-rw-r--r--pkgs/servers/mpd/default.nix3
1 files changed, 2 insertions, 1 deletions
diff --git a/pkgs/servers/mpd/default.nix b/pkgs/servers/mpd/default.nix
index 0f92847a23788..aa781f7e26fb8 100644
--- a/pkgs/servers/mpd/default.nix
+++ b/pkgs/servers/mpd/default.nix
@@ -9,7 +9,7 @@
 , audiofile, faad2, ffmpeg, flac, fluidsynth, game-music-emu
 , libmad, libmikmod, mpg123, libopus, libvorbis, lame
 # Filters
-, libsamplerate
+, libsamplerate, soxr
 # Outputs
 , alsa-lib, libjack2, libpulseaudio, libshout, pipewire
 # Misc
@@ -62,6 +62,7 @@ let
     lame          = [ lame ];
     # Filter plugins
     libsamplerate = [ libsamplerate ];
+    soxr          = [ soxr ];
     # Output plugins
     alsa          = [ alsa-lib ];
     jack          = [ libjack2 ];