klipper-firmware: use python3 only

This commit is contained in:
Robert Schütz 2022-11-25 16:40:52 -08:00
parent 03ecfc4682
commit 02677fc1e1

View File

@ -6,7 +6,6 @@
, libffi
, libusb1
, wxGTK30-gtk3
, python2
, python3
, gcc-arm-embedded
, klipper
@ -20,7 +19,6 @@
src = klipper.src;
nativeBuildInputs = [
python2
python3
pkgsCross.avr.stdenv.cc
gcc-arm-embedded