xsimd: add meta.changelog
This commit is contained in:
parent
2488605670
commit
b75ea1a777
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user