Merge pull request #250685 from K900/no-more-genconf
nixos/klipper: don't install klipper-genconf
This commit is contained in:
@@ -2,12 +2,10 @@
|
||||
, klipper
|
||||
, python3
|
||||
, gnumake
|
||||
, pkgsCross
|
||||
}: writeShellApplication {
|
||||
name = "klipper-genconf";
|
||||
runtimeInputs = [
|
||||
python3
|
||||
pkgsCross.avr.stdenv.cc
|
||||
gnumake
|
||||
];
|
||||
text = ''
|
||||
|
||||
Reference in New Issue
Block a user