xsimd: fix cross compilation

This commit is contained in:
Colin
2024-06-20 13:19:58 +00:00
parent 47f47fe6b0
commit b2092f0859
+4 -3
View File
@@ -32,6 +32,10 @@ stdenv.mkDerivation (finalAttrs: {
cmake
];
buildInputs = [
doctest
];
cmakeFlags = [
# Always build the tests, even if not running them, because testing whether
# they can be built is a test in itself.
@@ -39,9 +43,6 @@ stdenv.mkDerivation (finalAttrs: {
];
doCheck = true;
nativeCheckInputs = [
doctest
];
checkTarget = "xtest";
meta = with lib; {