mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-10-31 22:51:22 +00:00
python dbus: use callPackage in python-packages.nix
This commit is contained in:
parent
8a61d3699f
commit
6938b74d2c
@ -6248,9 +6248,7 @@ let
|
||||
dbus_cplusplus = callPackage ../development/libraries/dbus-cplusplus { };
|
||||
dbus_glib = callPackage ../development/libraries/dbus-glib { };
|
||||
dbus_java = callPackage ../development/libraries/java/dbus-java { };
|
||||
dbus_python = callPackage ../development/python-modules/dbus {
|
||||
isPyPy = python.executable == "pypy";
|
||||
};
|
||||
dbus_python = pythonPackages.dbus;
|
||||
|
||||
# Should we deprecate these? Currently there are many references.
|
||||
dbus_tools = pkgs.dbus.tools;
|
||||
|
Loading…
Reference in New Issue
Block a user