python3Packages.pygmt: fix build

This commit is contained in:
Nikolay Korotkiy 2023-01-22 22:29:18 +04:00
parent 54b89f8b4a
commit b56418cbcb
No known key found for this signature in database
GPG Key ID: D1DE6D7F693663A5

View File

@ -18,6 +18,7 @@
buildPythonPackage rec {
pname = "pygmt";
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.6";