mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2026-04-06 21:20:33 +02:00
gnu: cli: Build with default gcc.
* gnu/packages/cpp.scm (cli)[arguments]: Adjust the make-flags to set the cxx flags. [native-inputs]: Remove gcc-10. Change-Id: I288d31e2d3a9423b494823bd2f80e58b307e0ed9
This commit is contained in:
@@ -3252,7 +3252,8 @@ and a traversal mechanism.")
|
||||
(assoc-ref %build-inputs "build")
|
||||
"/include")
|
||||
(string-append "install_prefix="
|
||||
(assoc-ref %outputs "out")))
|
||||
(assoc-ref %outputs "out"))
|
||||
"cxx_options=-std=c++11 -O2 -g")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-after 'unpack 'patch
|
||||
@@ -3270,7 +3271,7 @@ and a traversal mechanism.")
|
||||
(string-append "edge_dispatcher::" all)))))
|
||||
(delete 'configure))))
|
||||
(native-inputs
|
||||
(list build gcc-10))
|
||||
(list build))
|
||||
(inputs
|
||||
(list libcutl))
|
||||
(synopsis "C++ Command Line Interface (CLI) definition language")
|
||||
|
||||
Reference in New Issue
Block a user