xsimd: add meta.changelog

This commit is contained in:
superherointj 2024-06-20 13:54:06 -03:00
parent 2488605670
commit b75ea1a777

View File

@ -49,6 +49,9 @@ stdenv.mkDerivation (finalAttrs: {
checkTarget = "xtest";
meta = with lib; {
changelog = "https://github.com/xtensor-stack/xsimd/blob/${finalAttrs.version}/Changelog.rst#${
builtins.replaceStrings [ "." ] [ "" ] finalAttrs.version
}";
description = "C++ wrappers for SIMD intrinsics";
homepage = "https://github.com/xtensor-stack/xsimd";
license = licenses.bsd3;