diff options
| author | Efraim Flashner <efraim@flashner.co.il> | 2026-04-13 17:45:42 +0300 |
|---|---|---|
| committer | Efraim Flashner <efraim@flashner.co.il> | 2026-04-13 17:45:42 +0300 |
| commit | 5fe112e4fa22537a50a6264d4e19969bacda620a (patch) | |
| tree | 5ba179bd904b374761a515eea97857685f835266 | |
| parent | b7992ceef53bba0ab84445c8ce07a8612e2e6459 (diff) | |
gnu: sdcc: Build with python3.
* gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove python-2; add
python-minimal-wrapper.
Change-Id: I2f9962781037c7a75aeb8aad4bfe45dffb38c377
| -rw-r--r-- | gnu/packages/embedded.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/embedded.scm b/gnu/packages/embedded.scm index 959a792cc3..7be515b4d4 100644 --- a/gnu/packages/embedded.scm +++ b/gnu/packages/embedded.scm @@ -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 |
