python38Packages.matplotlib: allow building
This commit is contained in:
@@ -80,7 +80,7 @@ buildPythonPackage rec {
|
||||
pname = "matplotlib";
|
||||
format = "pyproject";
|
||||
|
||||
disabled = pythonOlder "3.9";
|
||||
disabled = pythonOlder "3.8";
|
||||
|
||||
src = fetchPypi {
|
||||
inherit pname version;
|
||||
|
||||
Reference in New Issue
Block a user