python3Packages.labgrid: init at 0.3.1

Labgrid is an embedded control and testing library, this package
packages the minimum to let the client and core-library work.

Signed-off-by: Rouven Czerwinski <rouven@czerwinskis.de>
This commit is contained in:
Rouven Czerwinski
2021-01-24 21:07:19 +01:00
parent a7a61998e9
commit 66936d3a2c
3 changed files with 113 additions and 0 deletions

View File

@@ -3491,6 +3491,8 @@ in {
labelbox = callPackage ../development/python-modules/labelbox { };
labgrid = callPackage ../development/python-modules/labgrid { };
lammps-cython = callPackage ../development/python-modules/lammps-cython { mpi = pkgs.mpi; };
langcodes = callPackage ../development/python-modules/langcodes { };