feat: Move stuff under linux
Some checks failed
build / checks-matrix (push) Has been cancelled
build / checks-build (push) Has been cancelled
build / codecov (push) Has been cancelled
docs / docs (push) Has been cancelled

This commit is contained in:
uttarayan21
2025-11-22 04:42:37 +05:30
parent 61a2ea1733
commit 0fb5cb1d99

View File

@@ -74,27 +74,20 @@
buildInputs = with pkgs; buildInputs = with pkgs;
[ [
gst_all_1.gst-editing-services
gst_all_1.gst-libav gst_all_1.gst-libav
gst_all_1.gst-plugins-bad gst_all_1.gst-plugins-bad
gst_all_1.gst-editing-services
gst_all_1.gst-plugins-rs
gst_all_1.gst-plugins-base gst_all_1.gst-plugins-base
gst_all_1.gst-plugins-good gst_all_1.gst-plugins-good
gst_all_1.gst-plugins-rs
gst_all_1.gst-plugins-ugly gst_all_1.gst-plugins-ugly
gst_all_1.gstreamer gst_all_1.gstreamer
gst_all_1.gstreamermm gst_all_1.gstreamermm
gst_all_1.gst-rtsp-server gst_all_1.gst-rtsp-server
gst_all_1.gst-vaapi gst_all_1.gst-vaapi
xorg.libX11
xorg.libXrandr
xorg.libXi
libxkbcommon
openssl openssl
vulkan-loader vulkan-loader
wayland
wayland-protocols
glib glib
] ]
++ (lib.optionals pkgs.stdenv.isLinux [ ++ (lib.optionals pkgs.stdenv.isLinux [
@@ -102,6 +95,10 @@
libxkbcommon libxkbcommon
udev udev
wayland wayland
wayland-protocols
xorg.libX11
xorg.libXi
xorg.libXrandr
]) ])
++ (lib.optionals pkgs.stdenv.isDarwin [ ++ (lib.optionals pkgs.stdenv.isDarwin [
libiconv libiconv