sigprof / guix-qmk

GNU Guix support for QMK firmware
GNU General Public License v3.0
1 stars 2 forks source link

manifest: Update. #3

Closed aadcg closed 9 months ago

aadcg commented 10 months ago

Closes #2.

Seems to be working but I've only tested with keyboards that require avrdude.

sigprof commented 9 months ago

The build failure was fixed in a different way in 37d6612369eb29b78471e9199465c274de157d2c.

Unfortunately, the current version of the qmk package in upstream Guix is not really good — it provides only the AVR toolchain, while the manifest here handles both AVR and Arm (it still does not cover RISC-V, but Guix does not seem to provide the appropriate RISC-V toolchain at the moment). So replacing most of the manifest with a reference to the qmk package is not acceptable yet (although the local copies of Python package definitions which are now present in upstream Guix should probably be removed).