mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 10:53:52 +00:00
klipper-firmware: migrate to wxGTK32
This commit is contained in:
parent
ca33e8f4e0
commit
e9bb5bdbfd
@ -5,7 +5,7 @@
|
||||
, bintools-unwrapped
|
||||
, libffi
|
||||
, libusb1
|
||||
, wxGTK30
|
||||
, wxGTK32
|
||||
, python3
|
||||
, gcc-arm-embedded
|
||||
, klipper
|
||||
@ -28,7 +28,7 @@
|
||||
avrdude
|
||||
stm32flash
|
||||
pkg-config
|
||||
wxGTK30 # Required for bossac
|
||||
wxGTK32 # Required for bossac
|
||||
];
|
||||
|
||||
preBuild = "cp ${firmwareConfig} ./.config";
|
||||
@ -40,6 +40,7 @@
|
||||
makeFlags = [
|
||||
"V=1"
|
||||
"KCONFIG_CONFIG=${firmwareConfig}"
|
||||
"WXVERSION=3.2"
|
||||
];
|
||||
|
||||
installPhase = ''
|
||||
|
Loading…
Reference in New Issue
Block a user