klipper-genconf: remove AVR cross-compiler dependency
This commit is contained in:
parent
b401f3aac4
commit
22e5560c8e
1 changed files with 0 additions and 2 deletions
|
@ -2,12 +2,10 @@
|
|||
, klipper
|
||||
, python3
|
||||
, gnumake
|
||||
, pkgsCross
|
||||
}: writeShellApplication {
|
||||
name = "klipper-genconf";
|
||||
runtimeInputs = [
|
||||
python3
|
||||
pkgsCross.avr.stdenv.cc
|
||||
gnumake
|
||||
];
|
||||
text = ''
|
||||
|
|
Loading…
Reference in a new issue