Merge pull request #44569 from xeji/p/drop-vimNox

vimNox: drop
This commit is contained in:
Jörg Thalheim
2018-08-07 01:26:47 +01:00
committed by GitHub
3 changed files with 2 additions and 16 deletions

View File

@@ -18784,11 +18784,6 @@ with pkgs;
guiSupport = "gtk3";
});
vimNox = lowPrio (vim_configurable.override {
source = "vim-nox";
lua = pkgs.lua5_1; # vimNox source is from 2012, requires older lua
});
qpdfview = libsForQt5.callPackage ../applications/misc/qpdfview {};
qtile = callPackage ../applications/window-managers/qtile {