nixos/no-x-libs: add mpv-unwrapped

This commit is contained in:
Sandro Jäckel 2022-12-21 18:53:04 +01:00
parent 78c276f9b1
commit c5551f19e5
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -42,6 +42,7 @@ with lib;
libextractor = super.libextractor.override { gtkSupport = false; };
libva = super.libva-minimal;
limesuite = super.limesuite.override { withGui = false; };
mpv-unwrapped = super.mpv-unwrapped.override { sdl2Support = false; x11Support = false; };
msmtp = super.msmtp.override { withKeyring = false; };
networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };
networkmanager-iodine = super.networkmanager-iodine.override { withGnome = false; };