pythonPackages.kicad: bindings to kicad
Add the Python bindings for kicad.
Following now functions
$ nix run "(import ./. {}).python3.withPackages(ps: with ps; [ kicad ])" -c python3 -c "import pcbnew"
Have not tested this any further.
This commit is contained in:
@@ -3036,6 +3036,10 @@ in {
|
||||
|
||||
jsonwatch = callPackage ../development/python-modules/jsonwatch { };
|
||||
|
||||
kicad = disabledIf isPy27 (toPythonModule (pkgs.kicad.override {
|
||||
python3 = python;
|
||||
}).src);
|
||||
|
||||
latexcodec = callPackage ../development/python-modules/latexcodec {};
|
||||
|
||||
libmodulemd = pipe pkgs.libmodulemd [
|
||||
|
||||
Reference in New Issue
Block a user