···32 cmake
33 ];
3435- buildInputs = [
36- doctest
37- ];
38-39 cmakeFlags = [
40 # Always build the tests, even if not running them, because testing whether
41 # they can be built is a test in itself.
···43 ];
4445 doCheck = true;
00046 checkTarget = "xtest";
4748 meta = with lib; {
···32 cmake
33 ];
34000035 cmakeFlags = [
36 # Always build the tests, even if not running them, because testing whether
37 # they can be built is a test in itself.
···39 ];
4041 doCheck = true;
42+ nativeCheckInputs = [
43+ doctest
44+ ];
45 checkTarget = "xtest";
4647 meta = with lib; {