nixos/no-x-libs: disable more GUIs for gst_all_1.gst-plugins-good

This commit is contained in:
Sandro Jäckel 2024-04-28 18:58:53 +02:00
parent 1e2968158f
commit 08a681689f
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -44,7 +44,7 @@ with lib;
gst_all_1 = super.gst_all_1 // {
gst-plugins-bad = super.gst_all_1.gst-plugins-bad.override { guiSupport = false; };
gst-plugins-base = super.gst_all_1.gst-plugins-base.override { enableWayland = false; enableX11 = false; };
gst-plugins-good = super.gst_all_1.gst-plugins-good.override { enableX11 = false; };
gst-plugins-good = super.gst_all_1.gst-plugins-good.override { enableWayland = false; enableX11 = false; gtkSupport = false; qt5Support = false; qt6Support = false; };
};
imagemagick = super.imagemagick.override { libX11Support = false; libXtSupport = false; };
imagemagickBig = super.imagemagickBig.override { libX11Support = false; libXtSupport = false; };