Merge pull request #321253 from uninsane/pr-xsimd-cross

xsimd: fix cross compilation

authored by superherointj and committed by GitHub a8a3a237 088d16c1

+4 -3
+4 -3
pkgs/development/libraries/xsimd/default.nix
··· 32 32 cmake 33 33 ]; 34 34 35 + buildInputs = [ 36 + doctest 37 + ]; 38 + 35 39 cmakeFlags = [ 36 40 # Always build the tests, even if not running them, because testing whether 37 41 # they can be built is a test in itself. ··· 39 43 ]; 40 44 41 45 doCheck = true; 42 - nativeCheckInputs = [ 43 - doctest 44 - ]; 45 46 checkTarget = "xtest"; 46 47 47 48 meta = with lib; {