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 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.")
|
||||||
(string-append "-DCMAKE_INSTALL_INCLUDEDIR="
|
(string-append "-DCMAKE_INSTALL_INCLUDEDIR="
|
||||||
(assoc-ref %outputs "out") "/include")
|
(assoc-ref %outputs "out") "/include")
|
||||||
"-DENABLE_STATIC=OFF"
|
"-DENABLE_STATIC=OFF"
|
||||||
"-DENABLE_UNITTESTS=ON"
|
"-DENABLE_UNITTESTS=ON")))
|
||||||
"-DENABLE_CODE_COVERAGE=ON")))
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("gtest" ,googletest)
|
`(("gtest" ,googletest)
|
||||||
("pkg-config" ,pkg-config)
|
("pkg-config" ,pkg-config)
|
||||||
|
|
Reference in a new issue