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