bear: disable tests

This commit is contained in:
Justin Restivo 2024-01-11 11:24:35 -05:00
parent 75a177b813
commit 459e288961

View File

@ -58,6 +58,8 @@ stdenv.mkDerivation rec {
# CMAKE_INSTALL_{BIN,LIB}DIR, which breaks if these are absolute paths.
"-DCMAKE_INSTALL_BINDIR=bin"
"-DCMAKE_INSTALL_LIBDIR=lib"
(lib.cmakeBool "ENABLE_UNIT_TESTS" false)
(lib.cmakeBool "ENABLE_FUNC_TESTS" false)
];
patches = [