python311Packages.pythonnet: add changelog to meta
This commit is contained in:
parent
1fdeae78fb
commit
aa6f056997
1 changed files with 2 additions and 1 deletions
|
@ -16,7 +16,7 @@ let
|
||||||
src = fetchPypi {
|
src = fetchPypi {
|
||||||
pname = "pythonnet";
|
pname = "pythonnet";
|
||||||
inherit version;
|
inherit version;
|
||||||
sha256 = "sha256-jUsulxWKAjh1+GR0WKWPOIF/T+Oa9gq91rDYrfHXfnU=";
|
hash = "sha256-jUsulxWKAjh1+GR0WKWPOIF/T+Oa9gq91rDYrfHXfnU=";
|
||||||
};
|
};
|
||||||
|
|
||||||
# This buildDotnetModule is used only to get nuget sources, the actual
|
# This buildDotnetModule is used only to get nuget sources, the actual
|
||||||
|
@ -70,6 +70,7 @@ buildPythonPackage {
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = ".NET integration for Python";
|
description = ".NET integration for Python";
|
||||||
homepage = "https://pythonnet.github.io";
|
homepage = "https://pythonnet.github.io";
|
||||||
|
changelog = "https://github.com/pythonnet/pythonnet/releases/tag/v${version}";
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
# <https://github.com/pythonnet/pythonnet/issues/898>
|
# <https://github.com/pythonnet/pythonnet/issues/898>
|
||||||
badPlatforms = [ "aarch64-linux" ];
|
badPlatforms = [ "aarch64-linux" ];
|
||||||
|
|
Loading…
Reference in a new issue