From 8b01281b66cba818abea8dbbdb3614b1b38961e3 Mon Sep 17 00:00:00 2001 From: Alexandre Mazari Date: Mon, 10 Jan 2022 21:00:05 +0100 Subject: [PATCH] strawberry: Add gstreamer-bad dependency Add gstreamer-bad dependency to expand the set of supported formats when using the gstreamer backend (ex, AIFF). --- pkgs/applications/audio/strawberry/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/audio/strawberry/default.nix b/pkgs/applications/audio/strawberry/default.nix index e3200d8e43f1..6527b90b89e1 100644 --- a/pkgs/applications/audio/strawberry/default.nix +++ b/pkgs/applications/audio/strawberry/default.nix @@ -72,6 +72,7 @@ mkDerivation rec { gstreamer gst-plugins-base gst-plugins-good + gst-plugins-bad gst-plugins-ugly ]) ++ lib.optional withVlc libvlc;