···3232 cmake
3333 ];
34343535+ buildInputs = [
3636+ doctest
3737+ ];
3838+3539 cmakeFlags = [
3640 # Always build the tests, even if not running them, because testing whether
3741 # they can be built is a test in itself.
···3943 ];
40444145 doCheck = true;
4242- nativeCheckInputs = [
4343- doctest
4444- ];
4546 checkTarget = "xtest";
46474748 meta = with lib; {