nixos/no-x-libs: add vim-full

This commit is contained in:
Stefan Frijters 2022-12-29 20:17:54 +01:00
parent 865114cf73
commit 62928668a8
No known key found for this signature in database
GPG Key ID: 7619A6BC6E7DFA6F

View File

@ -65,6 +65,7 @@ with lib;
stoken = super.stoken.override { withGTK3 = false; };
# translateManpages -> perlPackages.po4a -> texlive-combined-basic -> texlive-core-big -> libX11
util-linux = super.util-linux.override { translateManpages = false; };
vim-full = super.vim-full.override { guiSupport = false; };
zbar = super.zbar.override { enableVideo = false; withXorg = false; };
}));
};