mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 10:44:18 +00:00
Merge pull request #250685 from K900/no-more-genconf
nixos/klipper: don't install klipper-genconf
This commit is contained in:
commit
26c1946de1
@ -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