maubot: move python module to pkgs/development/python-modules
This commit is contained in:
+2
-2
@@ -213,8 +213,8 @@ def main():
|
||||
for plugin_name in os.listdir(directory):
|
||||
process_repo(os.path.join(directory, plugin_name), official)
|
||||
|
||||
if os.path.isdir("pkgs/tools/networking/maubot/plugins"):
|
||||
generated = "pkgs/tools/networking/maubot/plugins/generated.json"
|
||||
if os.path.isdir("pkgs/development/python-modules/maubot/plugins"):
|
||||
generated = "pkgs/development/python-modules/maubot/plugins/generated.json"
|
||||
else:
|
||||
script_dir = os.path.dirname(os.path.realpath(__file__))
|
||||
generated = os.path.join(script_dir, "generated.json")
|
||||
@@ -9402,7 +9402,7 @@ self: super: with self; {
|
||||
|
||||
mattermostdriver = callPackage ../development/python-modules/mattermostdriver { };
|
||||
|
||||
maubot = callPackage ../tools/networking/maubot { };
|
||||
maubot = callPackage ../development/python-modules/maubot { };
|
||||
|
||||
mautrix = callPackage ../development/python-modules/mautrix { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user