python3Packages.systembridge: init at 1.1.1

This commit is contained in:
Fabian Affolter
2021-04-14 23:42:35 +02:00
parent dcb26988bd
commit a8aa77b5db
2 changed files with 34 additions and 0 deletions

View File

@@ -8231,6 +8231,8 @@ in {
else
callPackage ../development/python-modules/sympy/1_5.nix { };
systembridge = callPackage ../development/python-modules/systembridge { };
systemd = callPackage ../development/python-modules/systemd {
inherit (pkgs) systemd;
};