summaryrefslogtreecommitdiff
path: root/gnu/packages/cpp.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/cpp.scm')
-rw-r--r--gnu/packages/cpp.scm5
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/cpp.scm b/gnu/packages/cpp.scm
index 79d3054845e..751a8c10f18 100644
--- a/gnu/packages/cpp.scm
+++ b/gnu/packages/cpp.scm
@@ -3252,7 +3252,8 @@ and a traversal mechanism.")
3252 (assoc-ref %build-inputs "build") 3252 (assoc-ref %build-inputs "build")
3253 "/include") 3253 "/include")
3254 (string-append "install_prefix=" 3254 (string-append "install_prefix="
3255 (assoc-ref %outputs "out"))) 3255 (assoc-ref %outputs "out"))
3256 "cxx_options=-std=c++11 -O2 -g")
3256 #:phases 3257 #:phases
3257 (modify-phases %standard-phases 3258 (modify-phases %standard-phases
3258 (add-after 'unpack 'patch 3259 (add-after 'unpack 'patch
@@ -3270,7 +3271,7 @@ and a traversal mechanism.")
3270 (string-append "edge_dispatcher::" all))))) 3271 (string-append "edge_dispatcher::" all)))))
3271 (delete 'configure)))) 3272 (delete 'configure))))
3272 (native-inputs 3273 (native-inputs
3273 (list build gcc-10)) 3274 (list build))
3274 (inputs 3275 (inputs
3275 (list libcutl)) 3276 (list libcutl))
3276 (synopsis "C++ Command Line Interface (CLI) definition language") 3277 (synopsis "C++ Command Line Interface (CLI) definition language")