Merge pull request #131787 from SuperSandro2000/astroid

astroid: move fallback vim into top-level
This commit is contained in:
Sandro
2021-07-28 10:49:14 +00:00
committed by GitHub
2 changed files with 4 additions and 2 deletions
@@ -3,7 +3,7 @@
, gtkmm3, libpeas, gsettings-desktop-schemas, gobject-introspection, python3
# vim to be used, should support the GUI mode.
, vim ? vim_configurable.override { features = "normal"; gui = "auto"; }
, vim
# additional python3 packages to be available within plugins
, extraPythonPackages ? []
+3 -1
View File
@@ -23154,7 +23154,9 @@ in
assign-lb-ip = callPackage ../applications/networking/cluster/assign-lb-ip { };
astroid = callPackage ../applications/networking/mailreaders/astroid { };
astroid = callPackage ../applications/networking/mailreaders/astroid {
vim = vim_configurable.override { features = "normal"; gui = "auto"; };
};
aucatctl = callPackage ../applications/audio/aucatctl { };