gnu: libxsd-frontend: Build with GCC 10.
* gnu/packages/cpp.scm (libxsd-frontend)[native-inputs]: Add gcc-10.
This commit is contained in:
parent
53855bf71d
commit
58872772c6
1 changed files with 1 additions and 1 deletions
|
@ -1688,7 +1688,7 @@ (define-public libxsd-frontend
|
||||||
#:include-regexp ("\\.so$")))
|
#:include-regexp ("\\.so$")))
|
||||||
args))))))
|
args))))))
|
||||||
(native-inputs
|
(native-inputs
|
||||||
(list build))
|
(list build gcc-10))
|
||||||
(inputs
|
(inputs
|
||||||
`(("libcutl" ,libcutl)
|
`(("libcutl" ,libcutl)
|
||||||
("libxerces-c" ,xerces-c)))
|
("libxerces-c" ,xerces-c)))
|
||||||
|
|
Loading…
Reference in a new issue