diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2019-12-26 11:58:42 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2019-12-26 12:00:01 +0100 |
commit | dedc66ef8ecc91fe753f1e6c23102bfa9d79a808 (patch) | |
tree | e325d8b63e87b9c15b57486010864b2a16cba7ac /gnu/packages | |
parent | 450a51b3353ee9ce783de1bed90f3511f6e3102a (diff) | |
download | guix-dedc66ef8ecc91fe753f1e6c23102bfa9d79a808.tar guix-dedc66ef8ecc91fe753f1e6c23102bfa9d79a808.tar.gz |
gnu: axoloti-patcher-next: Remove commented expression.
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Remove commented
substitute* expression.
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/axoloti.scm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/gnu/packages/axoloti.scm b/gnu/packages/axoloti.scm index 18221dc4e3..94d3d818c5 100644 --- a/gnu/packages/axoloti.scm +++ b/gnu/packages/axoloti.scm @@ -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* |