plugins/cmp: add missing renamed-option-module for autoEnableSources

This commit is contained in:
Gaetan Lepage 2024-03-16 19:46:17 +01:00 committed by Gaétan Lepage
parent ab3a8a2840
commit 347620cdde

View file

@ -114,6 +114,11 @@ in {
(oldPluginBasePath ++ ["enable"]) (oldPluginBasePath ++ ["enable"])
(newPluginBasePath ++ ["enable"]) (newPluginBasePath ++ ["enable"])
) )
(
mkRenamedOptionModule
(oldPluginBasePath ++ ["autoEnableSources"])
(newPluginBasePath ++ ["autoEnableSources"])
)
( (
mkRemovedOptionModule mkRemovedOptionModule
(oldPluginBasePath ++ ["preselect"]) (oldPluginBasePath ++ ["preselect"])