mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 17:33:09 +00:00
python310Packages.deltachat: inherit meta from libdeltachat
This commit is contained in:
parent
6f10ea96ec
commit
5e5d6e16ed
@ -70,7 +70,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/deltachat/deltachat-core-rust/";
|
homepage = "https://github.com/deltachat/deltachat-core-rust/";
|
||||||
changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${src.rev}/CHANGELOG.md";
|
changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${src.rev}/CHANGELOG.md";
|
||||||
license = licenses.mpl20;
|
license = licenses.mpl20;
|
||||||
maintainers = with maintainers; [ dotlambda ];
|
maintainers = with maintainers; [ dotlambda srapenne ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -56,11 +56,8 @@ buildPythonPackage rec {
|
|||||||
"deltachat.message"
|
"deltachat.message"
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = libdeltachat.meta // {
|
||||||
description = "Python bindings for the Delta Chat Core library";
|
description = "Python bindings for the Delta Chat Core library";
|
||||||
homepage = "https://github.com/deltachat/deltachat-core-rust/tree/master/python";
|
homepage = "https://github.com/deltachat/deltachat-core-rust/tree/master/python";
|
||||||
changelog = "https://github.com/deltachat/deltachat-core-rust/blob/${version}/python/CHANGELOG";
|
|
||||||
license = licenses.mpl20;
|
|
||||||
maintainers = with maintainers; [ dotlambda srapenne ];
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user