klipper-genconf: remove AVR cross-compiler dependency

This commit is contained in:
K900 2023-08-22 22:38:51 +03:00
parent b401f3aac4
commit 22e5560c8e

View file

@ -2,12 +2,10 @@
, klipper
, python3
, gnumake
, pkgsCross
}: writeShellApplication {
name = "klipper-genconf";
runtimeInputs = [
python3
pkgsCross.avr.stdenv.cc
gnumake
];
text = ''