From 5f8b79d1152687db45fd43fab4a982e2d664f242 Mon Sep 17 00:00:00 2001 From: Nicolas Graves Date: Wed, 29 Apr 2026 18:32:45 +0200 Subject: gnu: tcc-boot: Remove unused reference to absent libc. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/commencement.scm (tcc-boot) [arguments]<#:phases>: Remove unused reference to absent libc. Signed-off-by: Ludovic Courtès --- gnu/packages/commencement.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/gnu/packages/commencement.scm b/gnu/packages/commencement.scm index 32034b01974..c5ddf7b7465 100644 --- a/gnu/packages/commencement.scm +++ b/gnu/packages/commencement.scm @@ -784,7 +784,6 @@ MesCC-Tools), and finally M2-Planet.") (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref %outputs "out")) (tcc (assoc-ref %build-inputs "tcc-boot0")) - (libc (assoc-ref %build-inputs "libc")) (interpreter "/mes/loader")) (invoke "sh" "configure" (string-append "--cc=tcc") @@ -798,7 +797,6 @@ MesCC-Tools), and finally M2-Planet.") (lambda* (#:key outputs #:allow-other-keys) (let* ((out (assoc-ref %outputs "out")) (tcc (assoc-ref %build-inputs "tcc-boot0")) - (libc (assoc-ref %build-inputs "libc")) (interpreter "/mes/loader")) (invoke "tcc" -- cgit v1.2.3