python3Packages.dcmstack: init at 0.8

This commit is contained in:
Ben Darwin
2020-03-30 18:01:07 -07:00
committed by Jon
parent e38859deac
commit 4aaa18b64b
2 changed files with 41 additions and 0 deletions
+2
View File
@@ -643,6 +643,8 @@ in {
exchangelib = callPackage ../development/python-modules/exchangelib { };
dcmstack = callPackage ../development/python-modules/dcmstack { };
dbus-python = callPackage ../development/python-modules/dbus {
inherit (pkgs) dbus pkgconfig;
};