mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: srt: Disable code coverage checking.
* gnu/packages/networking.scm (srt)[arguments]: Remove "-DENABLE_CODE_COVERAGE" from #:configure-flags.
This commit is contained in:
parent
f343c36dca
commit
3e09453884
1 changed files with 1 additions and 2 deletions
|
@ -332,8 +332,7 @@ (define-public srt
|
|||
(string-append "-DCMAKE_INSTALL_INCLUDEDIR="
|
||||
(assoc-ref %outputs "out") "/include")
|
||||
"-DENABLE_STATIC=OFF"
|
||||
"-DENABLE_UNITTESTS=ON"
|
||||
"-DENABLE_CODE_COVERAGE=ON")))
|
||||
"-DENABLE_UNITTESTS=ON")))
|
||||
(native-inputs
|
||||
`(("gtest" ,googletest)
|
||||
("pkg-config" ,pkg-config)
|
||||
|
|
Loading…
Reference in a new issue