mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 12:05:19 -06:00
gnu: cppcheck: Use system tinyxml2.
* gnu/packages/check.scm (cppcheck)[arguments]: Add configure-flag to not use the bundled tinyxml2. [inputs]: Add tinyxml2. Change-Id: Id312cb2cdb9ffcee5234a045fb8315afae7d918b
This commit is contained in:
parent
8d9372a851
commit
c4d76205b6
1 changed files with 4 additions and 1 deletions
|
|
@ -832,7 +832,10 @@ format.")
|
|||
(build-system cmake-build-system)
|
||||
(arguments
|
||||
'(#:parallel-tests? #f
|
||||
#:configure-flags '("-DBUILD_TESTS=ON")))
|
||||
#:configure-flags '("-DBUILD_TESTS=ON"
|
||||
"-DUSE_BUNDLED_TINYXML2=OFF")))
|
||||
(inputs
|
||||
(list tinyxml2))
|
||||
(home-page "https://cppcheck.sourceforge.io")
|
||||
(synopsis "Static C/C++ code analyzer")
|
||||
(description "Cppcheck is a static code analyzer for C and C++. Unlike
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue