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:
Frederik Rietdijk
2020-05-23 15:44:14 +02:00
parent 30583847f1
commit bc3c3b4a59
3 changed files with 8 additions and 4 deletions
@@ -8,7 +8,7 @@
, oceSupport ? false, opencascade
, withOCCT ? true, opencascade-occt
, ngspiceSupport ? true, libngspice
, scriptingSupport ? true, swig, python, pythonPackages, wxPython
, scriptingSupport ? true, swig, python, wxPython
, debug ? false, valgrind
, withI18n ? true
}: