python310Packages.pygmt: add changelog to meta

This commit is contained in:
Fabian Affolter
2023-04-05 08:55:33 +02:00
committed by GitHub
parent 3095200a3e
commit 3ac2acfe88
@@ -48,6 +48,7 @@ buildPythonPackage rec {
description = "A Python interface for the Generic Mapping Tools";
homepage = "https://github.com/GenericMappingTools/pygmt";
license = licenses.bsd3;
changelog = "https://github.com/GenericMappingTools/pygmt/releases/tag/v${version}";
# pygmt.exceptions.GMTCLibNotFoundError: Error loading the GMT shared library '/nix/store/r3xnnqgl89vrnq0kzxx0bmjwzks45mz8-gmt-6.1.1/lib/libgmt.dylib'
broken = stdenv.isDarwin;
maintainers = with maintainers; [ sikmir ];