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 @@ pointers, containers, compiler building blocks, etc.")
|
|||
#:include-regexp ("\\.so$")))
|
||||
args))))))
|
||||
(native-inputs
|
||||
(list build))
|
||||
(list build gcc-10))
|
||||
(inputs
|
||||
`(("libcutl" ,libcutl)
|
||||
("libxerces-c" ,xerces-c)))
|
||||
|
|
Reference in a new issue