Merge pull request #196563 from sorki/klipperNumpy

klipper: add numpy to buildInputs
This commit is contained in:
Cabia Rangris
2022-10-18 20:56:19 +04:00
committed by GitHub
+1 -1
View File
@@ -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 = ''