diff options
Diffstat (limited to 'gnu/packages/networking.scm')
-rw-r--r-- | gnu/packages/networking.scm | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gnu/packages/networking.scm b/gnu/packages/networking.scm index 02a112153d..d3f31534d5 100644 --- a/gnu/packages/networking.scm +++ b/gnu/packages/networking.scm @@ -332,8 +332,7 @@ supported, including rtmp://, rtmpt://, rtmpe://, rtmpte://, and rtmps://.") (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) |