diff options
| author | Daniel Littlewood <dan@danielittlewood.xyz> | 2026-04-28 09:24:06 +0100 |
|---|---|---|
| committer | Nguyễn Gia Phong <cnx@loang.net> | 2026-04-29 10:26:57 +0900 |
| commit | 858bbd0edddfe87281a8e45b12ecedb1089cb41b (patch) | |
| tree | 10d64db1472575c082f8fe7702688f8adccc1a40 /gnu/packages/cpp.scm | |
| parent | 79d5004b92e6b2fcbb99f361d44da44dbf5591dc (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/packages/cpp.scm')
| -rw-r--r-- | gnu/packages/cpp.scm | 4 |
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 |
| 3199 | XML Schema definition language. It includes a parser, semantic graph types | 3199 | XML Schema definition language. It includes a parser, semantic graph types |
