python3Packages.pygmt: fix build

This commit is contained in:
Nikolay Korotkiy
2023-01-22 21:48:25 +03:00
parent 54b89f8b4a
commit b56418cbcb
@@ -18,6 +18,7 @@
buildPythonPackage rec {
pname = "pygmt";
version = "0.8.0";
format = "pyproject";
disabled = pythonOlder "3.6";