rdf4store: throw removal messages

Addition to #74214
I forgot to add aliases for package and modules after removal
This commit is contained in:
c0bw3b 2019-12-21 18:46:15 +01:00
parent 9e1e7e32be
commit b1b55ba0f6
2 changed files with 3 additions and 0 deletions

View file

@ -25,6 +25,8 @@ with lib;
(mkRemovedOptionModule [ "services.beegfsEnable" ] "The BeeGFS module has been removed")
(mkRemovedOptionModule [ "services.beegfs" ] "The BeeGFS module has been removed")
(mkRemovedOptionModule [ "services.osquery" ] "The osquery module has been removed")
(mkRemovedOptionModule [ "services.fourStore" ] "The fourStore module has been removed")
(mkRemovedOptionModule [ "services.fourStoreEndpoint" ] "The fourStoreEndpoint module has been removed")
# Do NOT add any option renames here, see top of the file
];