1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-06-21 18:14:05 +02:00

gnu: sdcc: Build with python3.

* gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove python-2; add
python-minimal-wrapper.

Change-Id: I2f9962781037c7a75aeb8aad4bfe45dffb38c377
This commit is contained in:
Efraim Flashner
2026-04-13 17:45:42 +03:00
parent b7992ceef5
commit 5fe112e4fa
+1 -1
View File
@@ -1902,7 +1902,7 @@ PicoBlaze; and Zilog Z80 families, plus many of their variants.")
(inputs
(list readline ucsim))
(native-inputs
(list bison boost flex python-2 texinfo zlib))
(list bison boost flex python-minimal-wrapper texinfo zlib))
(home-page "https://sdcc.sourceforge.net/")
(synopsis "C compiler suite for 8-bit microcontrollers")
(description "SDCC is a retargetable, optimizing Standard C compiler suite