Merge pull request #168125 from vtuan10/klipper-add-numpy
klipper: add numpy dependency
This commit is contained in:
commit
5e16852e53
@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
|
||||
# NB: This is needed for the postBuild step
|
||||
nativeBuildInputs = [ (python2.withPackages ( p: with p; [ cffi ] )) ];
|
||||
|
||||
buildInputs = [ (python2.withPackages (p: with p; [ cffi pyserial greenlet jinja2 ])) ];
|
||||
buildInputs = [ (python2.withPackages (p: with p; [ cffi pyserial greenlet jinja2 numpy ])) ];
|
||||
|
||||
# we need to run this to prebuild the chelper.
|
||||
postBuild = "python2 ./chelper/__init__.py";
|
||||
|
Loading…
Reference in New Issue
Block a user