nixos/no-x-libs: fix mpv build by disabling drmSupport, disable more GUI only relevant features

This commit is contained in:
Sandro Jäckel 2024-05-25 01:55:50 +02:00
parent 2a8e5155c9
commit b9ec2c14d8
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -58,7 +58,7 @@ with lib;
libva = super.libva-minimal;
limesuite = super.limesuite.override { withGui = false; };
mc = super.mc.override { x11Support = false; };
mpv-unwrapped = super.mpv-unwrapped.override { sdl2Support = false; x11Support = false; waylandSupport = false; };
mpv-unwrapped = super.mpv-unwrapped.override { drmSupport = false; screenSaverSupport = false; sdl2Support = false; vulkanSupport = false; waylandSupport = false; x11Support = false; };
msmtp = super.msmtp.override { withKeyring = false; };
mupdf = super.mupdf.override { enableGL = false; enableX11 = false; };
neofetch = super.neofetch.override { x11Support = false; };