From 77fe7b6bb450c35d6edbae47ba5cc7d9ffc6d7e7 Mon Sep 17 00:00:00 2001 From: uttarayan21 Date: Sat, 22 Nov 2025 05:03:07 +0530 Subject: [PATCH] feat: Update compilation for macos --- flake.nix | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/flake.nix b/flake.nix index 5d396b2..dc5faff 100644 --- a/flake.nix +++ b/flake.nix @@ -81,16 +81,17 @@ gst_all_1.gst-plugins-good gst_all_1.gst-plugins-rs gst_all_1.gst-plugins-ugly - gst_all_1.gstreamer - gst_all_1.gstreamermm gst_all_1.gst-rtsp-server - gst_all_1.gst-vaapi + gst_all_1.gstreamer openssl vulkan-loader glib ] ++ (lib.optionals pkgs.stdenv.isLinux [ + gst_all_1.gstreamermm + gst_all_1.gst-vaapi + alsa-lib-with-plugins libxkbcommon udev @@ -102,7 +103,7 @@ ]) ++ (lib.optionals pkgs.stdenv.isDarwin [ libiconv - apple-sdk_13 + apple-sdk_26 ]); }; cargoArtifacts = craneLib.buildPackage commonArgs; @@ -181,7 +182,7 @@ lldb ] ++ (lib.optionals pkgs.stdenv.isDarwin [ - apple-sdk_13 + apple-sdk_26 ]) ++ (lib.optionals pkgs.stdenv.isLinux [ mold