0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-14 06:00:33 +03:00

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; }; gpsd = super.gpsd.override { guiSupport = false; };
graphviz = super.graphviz-nox; graphviz = super.graphviz-nox;
gst_all_1 = super.gst_all_1 // { 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; }; gst-plugins-base = super.gst_all_1.gst-plugins-base.override { enableX11 = false; };
}; };
imagemagick = super.imagemagick.override { libX11Support = false; libXtSupport = false; }; imagemagick = super.imagemagick.override { libX11Support = false; libXtSupport = false; };