python3Packages.schemdraw: fix ModuleNotFoundError: No module named 'setuptools'
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
, buildPythonPackage
|
||||
, pythonOlder
|
||||
, fetchFromGitHub
|
||||
, setuptools
|
||||
, pyparsing
|
||||
, matplotlib
|
||||
, latex2mathml
|
||||
@@ -25,6 +26,10 @@ buildPythonPackage rec {
|
||||
hash = "sha256-wa/IeNGZynU/xKwyFwebXcFaruhBFqGWsrZYaIEVa8Q=";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
pyparsing
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user