mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
klipper-genconf: remove AVR cross-compiler dependency
This commit is contained in:
parent
b401f3aac4
commit
22e5560c8e
@ -2,12 +2,10 @@
|
||||
, klipper
|
||||
, python3
|
||||
, gnumake
|
||||
, pkgsCross
|
||||
}: writeShellApplication {
|
||||
name = "klipper-genconf";
|
||||
runtimeInputs = [
|
||||
python3
|
||||
pkgsCross.avr.stdenv.cc
|
||||
gnumake
|
||||
];
|
||||
text = ''
|
||||
|
Loading…
Reference in New Issue
Block a user