python.pkgs.i2c-tools: init at i2c-tools.version

This commit is contained in:
Evils
2021-05-08 13:23:36 -07:00
committed by Jonathan Ringer
parent c78b9b47cf
commit 27ed1b4b15
2 changed files with 25 additions and 0 deletions
+4
View File
@@ -3184,6 +3184,10 @@ in {
hyppo = callPackage ../development/python-modules/hyppo { };
i2c-tools = callPackage ../development/python-modules/i2c-tools {
inherit (pkgs) i2c-tools;
};
i3ipc = callPackage ../development/python-modules/i3ipc { };
i3-py = callPackage ../development/python-modules/i3-py { };