Merge pull request #214815 from SFrijters/vim-no-x-libs

nixos/no-x-libs: add vim-full
This commit is contained in:
Sandro
2023-02-17 11:13:47 +01:00
committed by GitHub
+1
View File
@@ -67,6 +67,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; };
}));
};