mtxclient: mention why tests are disabled
This commit is contained in:
parent
6584d4fdb9
commit
875cdcff4a
@ -24,6 +24,8 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
|
# Network requiring tests can't be disabled individually:
|
||||||
|
# https://github.com/Nheko-Reborn/mtxclient/issues/22
|
||||||
"-DBUILD_LIB_TESTS=OFF"
|
"-DBUILD_LIB_TESTS=OFF"
|
||||||
"-DBUILD_LIB_EXAMPLES=OFF"
|
"-DBUILD_LIB_EXAMPLES=OFF"
|
||||||
"-Dnlohmann_json_DIR=${nlohmann_json}/lib/cmake/nlohmann_json"
|
"-Dnlohmann_json_DIR=${nlohmann_json}/lib/cmake/nlohmann_json"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user