nixos/no-x-libs: add mc

This commit is contained in:
Izorkin
2023-02-05 13:46:13 +03:00
parent 0556ca0f88
commit 686eda4817
+1
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; };