me
/
guix
Archived
1
0
Fork 0

gnu: axoloti-patcher-next: Remove commented expression.

* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Remove commented
substitute* expression.
master
Ricardo Wurmus 2019-12-26 11:58:42 +01:00
parent 450a51b335
commit dedc66ef8e
No known key found for this signature in database
GPG Key ID: 197A5888235FACAC
1 changed files with 0 additions and 3 deletions

View File

@ -408,9 +408,6 @@ patcher application.")))
(invoke "7z" "x" (assoc-ref inputs "chibios"))
(with-directory-excursion "ChibiOS_19.1.3/ext"
(invoke "7z" "x" "fatfs-0.13_patched.7z"))
#;
(substitute* "firmware/Makefile"
(("USE_COPT =") "USE_COPT = -std=gnu99"))
;; Hardcode full path to compiler tools
(substitute*