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
commit a366e69a12
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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; };
}));
};