From eb1d6f096b9e1163510530ad88aa1591c4841a5f Mon Sep 17 00:00:00 2001 From: Jasper Hugo Date: Fri, 5 Nov 2021 10:49:54 +0700 Subject: [PATCH] shell.nix: use overridden gst-* for building libnice --- shell.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/shell.nix b/shell.nix index 0b44cc2..c85a90f 100644 --- a/shell.nix +++ b/shell.nix @@ -58,14 +58,10 @@ let }); libnice-patched = (libnice.override { meson = meson-patched; - gst_all_1 = { - gstreamer = gstreamer; - gst-plugins-base = gst-plugins-base; - }; }).overrideAttrs(old: rec { buildInputs = [ - gst_all_1.gstreamer - gst_all_1.gst-plugins-base + gstreamer + gst-plugins-base openssl ]; outputs = [ "bin" "out" "dev" ];