klipper: enable can support

This commit is contained in:
Bernardo Meurer
2023-06-22 11:34:44 -04:00
parent 394de67666
commit 0e8450caa9
+1 -1
View File
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
makeWrapper
];
buildInputs = [ (python3.withPackages (p: with p; [ cffi pyserial greenlet jinja2 markupsafe numpy ])) ];
buildInputs = [ (python3.withPackages (p: with p; [ can cffi pyserial greenlet jinja2 markupsafe numpy ])) ];
# we need to run this to prebuild the chelper.
postBuild = ''