mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 23:43:30 +00:00
klipper: add numpy to buildInputs
This is required for resonance measurement using `TEST_RESONANCES`. See also https://www.klipper3d.org/Measuring_Resonances.html
This commit is contained in:
parent
dbf1d73cd1
commit
77c9638898
@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
|
||||
# NB: This is needed for the postBuild step
|
||||
nativeBuildInputs = [ (python3.withPackages ( p: with p; [ cffi ] )) ];
|
||||
|
||||
buildInputs = [ (python3.withPackages (p: with p; [ cffi pyserial greenlet jinja2 markupsafe ])) ];
|
||||
buildInputs = [ (python3.withPackages (p: with p; [ cffi pyserial greenlet jinja2 markupsafe numpy ])) ];
|
||||
|
||||
# we need to run this to prebuild the chelper.
|
||||
postBuild = ''
|
||||
|
Loading…
Reference in New Issue
Block a user