diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index 5b2919c4ab..6b90651dde 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1688,7 +1688,7 @@ (define-public libxsd-frontend #:include-regexp ("\\.so$"))) args)))))) (native-inputs - (list build)) + (list build gcc-10)) (inputs `(("libcutl" ,libcutl) ("libxerces-c" ,xerces-c)))