From bacdc85aa3543f1afc6c8ec87281deb437b3d61f Mon Sep 17 00:00:00 2001 From: fleaz Date: Sat, 9 Dec 2023 00:50:20 +0100 Subject: [PATCH] neolink: wip --- neolink.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/neolink.nix b/neolink.nix index 51e7ba1..4097e39 100644 --- a/neolink.nix +++ b/neolink.nix @@ -16,13 +16,11 @@ rustPlatform.buildRustPackage rec { hash = "sha256-O+CbxK0phdRFcPH+ELjxd5Ad5eZWz/FZrmnGvkFv1b8="; }; - nativeBuildInputs = [ pkg-config - gst_all_1.gst-plugins-base - gst_all_1.gst-plugins-good - gst_all_1.gst-plugins-bad - gst_all_1.gst-rtsp-server + nativeBuildInputs = [ + pkg-config ]; - propagatedBuildInputs = [ + + buildInputs = [ gst_all_1.gst-plugins-base gst_all_1.gst-plugins-good gst_all_1.gst-plugins-bad