nixos/no-x-libs: add mc

This commit is contained in:
Izorkin 2023-02-05 11:46:41 +03:00
parent 0556ca0f88
commit 686eda4817
No known key found for this signature in database
GPG Key ID: 1436C1B3F3679F09

View File

@ -46,6 +46,7 @@ with lib;
libextractor = super.libextractor.override { gtkSupport = false; };
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; };
msmtp = super.msmtp.override { withKeyring = false; };
networkmanager-fortisslvpn = super.networkmanager-fortisslvpn.override { withGnome = false; };