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 cmake 33 ]; 34 35 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 ]; 40 41 doCheck = true; 42 - nativeCheckInputs = [ 43 - doctest 44 - ]; 45 checkTarget = "xtest"; 46 47 meta = with lib; {
··· 32 cmake 33 ]; 34 35 + 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 ]; 44 45 doCheck = true; 46 checkTarget = "xtest"; 47 48 meta = with lib; {