xsimd: add meta.changelog
This commit is contained in:
parent
2488605670
commit
b75ea1a777
@ -49,6 +49,9 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
checkTarget = "xtest";
|
checkTarget = "xtest";
|
||||||
|
|
||||||
meta = with lib; {
|
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";
|
description = "C++ wrappers for SIMD intrinsics";
|
||||||
homepage = "https://github.com/xtensor-stack/xsimd";
|
homepage = "https://github.com/xtensor-stack/xsimd";
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
|
Loading…
Reference in New Issue
Block a user