summary refs log tree commit diff
path: root/gnu
diff options
context:
space:
mode:
Diffstat (limited to 'gnu')
-rw-r--r--gnu/packages/cpp.scm2
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index f65506dcec..dd16c53fce 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -206,7 +206,7 @@ development effort.")
        #:configure-flags
        #~(list "-DRANGES_NATIVE=OFF")))
     (native-inputs
-     (list doxygen gcc-9 perl))
+     (list doxygen perl))
     (inputs
      (list boost))
     (synopsis "Range library for C++14/17/20")