pythonPackages.pylibftdi: init at 0.18.1 (#71286)

This commit is contained in:
matthuszagh
2020-04-28 16:49:19 -04:00
committed by GitHub
parent 30fce6f31b
commit 92212a59df
2 changed files with 42 additions and 0 deletions
+4
View File
@@ -1222,6 +1222,10 @@ in {
pylev = callPackage ../development/python-modules/pylev { };
pylibftdi = callPackage ../development/python-modules/pylibftdi {
inherit (pkgs) libusb1;
};
pymatgen = callPackage ../development/python-modules/pymatgen { };
pymatgen-lammps = callPackage ../development/python-modules/pymatgen-lammps { };