gnu: xsd: Build with GCC 10.
* gnu/packages/cpp.scm (xsd)[native-inputs]: Add gcc-10.
This commit is contained in:
parent
58872772c6
commit
4bb0ea7507
1 changed files with 1 additions and 1 deletions
|
@ -1779,7 +1779,7 @@ documentation.")
|
|||
,version)))))
|
||||
(delete 'configure))))
|
||||
(native-inputs
|
||||
(list build cli))
|
||||
(list build cli gcc-10))
|
||||
(inputs
|
||||
(list libcutl libnsl libxsd-frontend))
|
||||
(propagated-inputs
|
||||
|
|
Reference in a new issue