gnu: xsd: Build with GCC 10.

* gnu/packages/cpp.scm (xsd)[native-inputs]: Add gcc-10.
This commit is contained in:
Ricardo Wurmus 2023-04-08 14:55:18 +02:00
parent 58872772c6
commit 4bb0ea7507
No known key found for this signature in database
GPG key ID: 197A5888235FACAC

View file

@ -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