Merge pull request #239220 from lovesegfault/klipper-can

This commit is contained in:
Bernardo Meurer 2023-06-22 14:23:33 -04:00 committed by GitHub
commit 7dcd2be8ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,13 +8,13 @@
stdenv.mkDerivation rec {
pname = "klipper";
version = "unstable-2023-04-24";
version = "unstable-2023-06-21";
src = fetchFromGitHub {
owner = "KevinOConnor";
repo = "klipper";
rev = "b17ae55f5bd3a079ab3626b1e6fd5c60416e6ba0";
sha256 = "sha256-e1luOJdTeSB/UNl/W91tBuuQ5f2fKfo1CSMQiE+A1T4=";
rev = "d32a83345518f4bb632bef9ca2de669b35f0e555";
sha256 = "sha256-XpAUv4NVERVGxV4lk6u15lIIce8ZrYf9uN3fdL5xolI=";
};
sourceRoot = "source/klippy";
@ -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 = ''