From 5fe112e4fa22537a50a6264d4e19969bacda620a Mon Sep 17 00:00:00 2001 From: Efraim Flashner Date: Mon, 13 Apr 2026 17:45:42 +0300 Subject: [PATCH] gnu: sdcc: Build with python3. * gnu/packages/embedded.scm (sdcc)[native-inputs]: Remove python-2; add python-minimal-wrapper. Change-Id: I2f9962781037c7a75aeb8aad4bfe45dffb38c377 --- gnu/packages/embedded.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.") (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