nlohmann_json: cleanup tests
This commit is contained in:
parent
ee90a2d893
commit
0317cc0525
@ -15,9 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
nativeBuildInputs = [ cmake ];
|
nativeBuildInputs = [ cmake ];
|
||||||
|
|
||||||
doCheck = stdenv.buildPlatform == stdenv.hostPlatform;
|
|
||||||
checkTarget = "test";
|
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
cmakeFlags = [
|
cmakeFlags = [
|
||||||
@ -26,6 +23,8 @@ stdenv.mkDerivation rec {
|
|||||||
"-DCMAKE_SYSTEM_NAME=Windows"
|
"-DCMAKE_SYSTEM_NAME=Windows"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
doCheck = stdenv.hostPlatform == stdenv.buildPlatform;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Header only C++ library for the JSON file format";
|
description = "Header only C++ library for the JSON file format";
|
||||||
homepage = https://github.com/nlohmann/json;
|
homepage = https://github.com/nlohmann/json;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user