GNU bug report logs -
#42682
[PATCH 0/2] Qmk cli
Previous Next
Full log
View this message in rfc822 format
> + (propagated-inputs
> + `(("arm-none-eabi-gcc" ,gcc-arm-none-eabi-7-2018-q2-update)
> + ("avr-gcc" ,avr-toolchain-5)
> + ("avrdude" ,avrdude)
> + ("dfu-programmer" ,dfu-programmer)
> + ("dfu-util" ,dfu-util)
> + ("git" ,git)
> + ("python3" ,python)
> + ("python-appdirs" ,python-appdirs)
> + ("python-argcomplete" ,python-argcomplete)
> + ("python-colorama" ,python-colorama)
> + ("python-flake8" ,python-flake8)
> + ("python-hjson" ,python-hjson)
> + ("python-nose2" ,python-nose2)
> + ("python-yapf" ,python-yapf)))
Do we really need to propagate all those inputs? Can't we hardcode the
path to those tools directly in the sources, if they are not registered at
build time?
> + (arguments
> + `(#:phases (modify-phases %standard-phases
> + (add-before 'check 'set-qmk-home
> + (lambda _
> + ;; tests fail without this variable set
> + (setenv "QMK_HOME"
> + "")
Who is supposed to set it otherwise?
> + "A program to help users work with QMK Firmware.")
You also need to elaborate here :)
Thanks,
Mathieu
This bug report was last modified 1 year and 286 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.