nixos/no-x-libs: add gst-plugins-bad

This commit is contained in:
Sandro Jäckel 2023-05-14 19:43:25 +02:00
parent 5dc3bb5e14
commit 94baf8bfd9
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -38,6 +38,7 @@ with lib;
gpsd = super.gpsd.override { guiSupport = false; };
graphviz = super.graphviz-nox;
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 { enableX11 = false; };
};
imagemagick = super.imagemagick.override { libX11Support = false; libXtSupport = false; };