Loading pkgs/development/libraries/xsimd/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ 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. Loading @@ -43,6 +39,9 @@ stdenv.mkDerivation (finalAttrs: { ]; doCheck = true; nativeCheckInputs = [ doctest ]; checkTarget = "xtest"; meta = with lib; { Loading Loading
pkgs/development/libraries/xsimd/default.nix +3 −4 Original line number Diff line number Diff line Loading @@ -32,10 +32,6 @@ 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. Loading @@ -43,6 +39,9 @@ stdenv.mkDerivation (finalAttrs: { ]; doCheck = true; nativeCheckInputs = [ doctest ]; checkTarget = "xtest"; meta = with lib; { Loading