We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eccfe1c commit ebc36a9Copy full SHA for ebc36a9
pkgs/development/python-modules/pygmt/default.nix
@@ -67,8 +67,6 @@ buildPythonPackage rec {
67
homepage = "https://github.com/GenericMappingTools/pygmt";
68
license = licenses.bsd3;
69
changelog = "https://github.com/GenericMappingTools/pygmt/releases/tag/v${version}";
70
- # pygmt.exceptions.GMTCLibNotFoundError: Error loading the GMT shared library '/nix/store/r3xnnqgl89vrnq0kzxx0bmjwzks45mz8-gmt-6.1.1/lib/libgmt.dylib'
71
- broken = stdenv.hostPlatform.isDarwin;
72
maintainers = with maintainers; [ sikmir ];
73
};
74
}
0 commit comments