[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
02/03: website: custom-toolchains-with-guix: Code fix
From: |
Ludovic Courtès |
Subject: |
02/03: website: custom-toolchains-with-guix: Code fix |
Date: |
Wed, 15 Mar 2023 10:29:38 -0400 (EDT) |
civodul pushed a commit to branch master
in repository guix-artwork.
commit 8ab8a04428b87aac3580bdf854239364bcfd25f1
Author: Mitchell Schmeisser <mitchellschmeisser@librem.one>
AuthorDate: Mon Mar 13 09:36:36 2023 -0400
website: custom-toolchains-with-guix: Code fix
* website/drafts/custom-toolchains-with-guix.md: Removed unnecessary
native-inputs from gcc-arm-zephyr-eabi-toolchain code block.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
---
website/drafts/custom-toolchains-with-guix.md | 10 +---------
1 file changed, 1 insertion(+), 9 deletions(-)
diff --git a/website/drafts/custom-toolchains-with-guix.md
b/website/drafts/custom-toolchains-with-guix.md
index 24b2197..9e0ed14 100644
--- a/website/drafts/custom-toolchains-with-guix.md
+++ b/website/drafts/custom-toolchains-with-guix.md
@@ -217,15 +217,7 @@ commits to use for each of the tools).
;; Add additional dependencies that xgcc doesn't have
;; including our special ISL
(prepend flex
- perl
- python-3
- gmp
- isl-0.15
- texinfo
- python
- mpc
- mpfr
- zlib)))
+ isl-0.15)))
(arguments
(substitute-keyword-arguments (package-arguments xgcc)
((#:phases phases)