Commit ebc36a9d authored by Augustin Trancart's avatar Augustin Trancart Committed by Doron Behar
Browse files

python312Packages.pygmt: unbreak on Darwin

parent eccfe1c0
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -67,8 +67,6 @@ buildPythonPackage rec {
    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.hostPlatform.isDarwin;
    maintainers = with maintainers; [ sikmir ];
  };
}