python311Packages.dbus-python: move from dbus to dbus-python

This commit is contained in:
Martin Weinelt
2023-12-20 20:45:51 +01:00
parent d30a0ff994
commit 9be98b9712
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -2688,7 +2688,7 @@ self: super: with self; {
dbus-next = callPackage ../development/python-modules/dbus-next { };
dbus-python = callPackage ../development/python-modules/dbus {
dbus-python = callPackage ../development/python-modules/dbus-python {
inherit (pkgs) dbus;
};