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 /gnu/packages/embedded.scm | |
| 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
Diffstat (limited to 'gnu/packages/embedded.scm')
| -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 959a792cc39..7be515b4d44 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.") | |||
| 1902 | (inputs | 1902 | (inputs |
| 1903 | (list readline ucsim)) | 1903 | (list readline ucsim)) |
| 1904 | (native-inputs | 1904 | (native-inputs |
| 1905 | (list bison boost flex python-2 texinfo zlib)) | 1905 | (list bison boost flex python-minimal-wrapper texinfo zlib)) |
| 1906 | (home-page "https://sdcc.sourceforge.net/") | 1906 | (home-page "https://sdcc.sourceforge.net/") |
| 1907 | (synopsis "C compiler suite for 8-bit microcontrollers") | 1907 | (synopsis "C compiler suite for 8-bit microcontrollers") |
| 1908 | (description "SDCC is a retargetable, optimizing Standard C compiler suite | 1908 | (description "SDCC is a retargetable, optimizing Standard C compiler suite |
