Skip to content

Commit ebc36a9

Browse files
autradoronbehar
authored andcommitted
python312Packages.pygmt: unbreak on Darwin
1 parent eccfe1c commit ebc36a9

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pkgs/development/python-modules/pygmt/default.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,6 @@ buildPythonPackage rec {
6767
homepage = "https://github.com/GenericMappingTools/pygmt";
6868
license = licenses.bsd3;
6969
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;
7270
maintainers = with maintainers; [ sikmir ];
7371
};
7472
}

0 commit comments

Comments
 (0)