1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-12 20:25:53 +02:00

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>
This commit is contained in:
Daniel Littlewood
2026-04-28 09:24:06 +01:00
committed by Nguyễn Gia Phong
parent 79d5004b92
commit 858bbd0edd
+2 -2
View File
@@ -52,6 +52,7 @@
;;; Copyright © 2025 Philippe Swartvagher <phil.swart@gmx.fr>
;;; Copyright © 2025 Murilo <murilo@disroot.org>
;;; Copyright © 2026 Justin Veilleux <terramorpha@cock.li>
;;; Copyright © 2026 Daniel Littlewood <dan@danielittlewood.xyz>
;;;
;;; 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