Merge pull request #321282 from NixOS/revert-321253-pr-xsimd-cross

Revert "xsimd: fix cross compilation"

authored by Doron Behar and committed by GitHub f16ae124 45bddb30

+3 -4
+3 -4
pkgs/development/libraries/xsimd/default.nix
··· 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; {
··· 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; {