summaryrefslogtreecommitdiff
path: root/gnu
diff options
context:
space:
mode:
authorDaniel Littlewood <dan@danielittlewood.xyz>2026-04-28 09:24:06 +0100
committerNguyễn Gia Phong <cnx@loang.net>2026-04-29 10:26:57 +0900
commit858bbd0edddfe87281a8e45b12ecedb1089cb41b (patch)
tree10d64db1472575c082f8fe7702688f8adccc1a40 /gnu
parent79d5004b92e6b2fcbb99f361d44da44dbf5591dc (diff)
gnu: libxsd-frontend: Remove input labels.
* gnu/packages/cpp.scm (libxsd-frontend)[inputs]: Remove input labels. Change-Id: I32734410303f7f3184b0523ed8f2d3f0685feb3c Reviewed-by: Nicolas Graves <ngraves@ngraves.fr> Signed-off-by: Nguyễn Gia Phong <cnx@loang.net>
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cpp.scm4
1 files 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 @@
52;;; Copyright © 2025 Philippe Swartvagher <phil.swart@gmx.fr> 52;;; Copyright © 2025 Philippe Swartvagher <phil.swart@gmx.fr>
53;;; Copyright © 2025 Murilo <murilo@disroot.org> 53;;; Copyright © 2025 Murilo <murilo@disroot.org>
54;;; Copyright © 2026 Justin Veilleux <terramorpha@cock.li> 54;;; Copyright © 2026 Justin Veilleux <terramorpha@cock.li>
55;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz>
55;;; 56;;;
56;;; This file is part of GNU Guix. 57;;; This file is part of GNU Guix.
57;;; 58;;;
@@ -3192,8 +3193,7 @@ pointers, containers, compiler building blocks, etc.")
3192 (native-inputs 3193 (native-inputs
3193 (list build)) 3194 (list build))
3194 (inputs 3195 (inputs
3195 `(("libcutl" ,libcutl) 3196 (list libcutl xerces-c))
3196 ("libxerces-c" ,xerces-c)))
3197 (synopsis "XSD Front-end") 3197 (synopsis "XSD Front-end")
3198 (description "@code{libxsd-frontend} is a compiler frontend for the W3C 3198 (description "@code{libxsd-frontend} is a compiler frontend for the W3C
3199XML Schema definition language. It includes a parser, semantic graph types 3199XML Schema definition language. It includes a parser, semantic graph types