From 7c7dc63ba99d63caab00c26fcd01cfe22bc812d4 Mon Sep 17 00:00:00 2001 From: Thomas Heck Date: Sat, 7 Mar 2020 10:17:34 +0100 Subject: [PATCH] add missing dep --- shell.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/shell.nix b/shell.nix index 9eb3be2..5ac233b 100644 --- a/shell.nix +++ b/shell.nix @@ -12,6 +12,7 @@ in rustpkgs.rls-preview rustpkgs.rustfmt-preview gst_all_1.gstreamer - gst_all_1.gst-plugins-base + gst_all_1.gst-plugins-base # needed for opus, resample, ... + gst_all_1.gst-plugins-good # needed for flac ]; }