From 858bbd0edddfe87281a8e45b12ecedb1089cb41b Mon Sep 17 00:00:00 2001 From: Daniel Littlewood Date: Tue, 28 Apr 2026 09:24:06 +0100 Subject: [PATCH] gnu: libxsd-frontend: Remove input labels. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * gnu/packages/cpp.scm (libxsd-frontend)[inputs]: Remove input labels. Change-Id: I32734410303f7f3184b0523ed8f2d3f0685feb3c Reviewed-by: Nicolas Graves Signed-off-by: Nguyễn Gia Phong --- gnu/packages/cpp.scm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index f3d86e7807e..93c06759f0b 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -52,6 +52,7 @@ ;;; Copyright © 2025 Philippe Swartvagher ;;; Copyright © 2025 Murilo ;;; Copyright © 2026 Justin Veilleux +;;; Copyright © 2026 Daniel Littlewood ;;; ;;; This file is part of GNU Guix. ;;; @@ -3192,8 +3193,7 @@ pointers, containers, compiler building blocks, etc.") (native-inputs (list build)) (inputs - `(("libcutl" ,libcutl) - ("libxerces-c" ,xerces-c))) + (list libcutl xerces-c)) (synopsis "XSD Front-end") (description "@code{libxsd-frontend} is a compiler frontend for the W3C XML Schema definition language. It includes a parser, semantic graph types