diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm index e34ef96f0b..5b2919c4ab 100644 --- a/gnu/packages/cpp.scm +++ b/gnu/packages/cpp.scm @@ -1736,7 +1736,7 @@ (define-public cli (string-append "edge_dispatcher::" all))))) (delete 'configure)))) (native-inputs - (list build)) + (list build gcc-10)) (inputs (list libcutl)) (synopsis "C++ Command Line Interface (CLI) definition language")