mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
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 @@ (define-public xsd
|
|||
,version)))))
|
||||
(delete 'configure))))
|
||||
(native-inputs
|
||||
(list build cli))
|
||||
(list build cli gcc-10))
|
||||
(inputs
|
||||
(list libcutl libnsl libxsd-frontend))
|
||||
(propagated-inputs
|
||||
|
|
Loading…
Reference in a new issue