Skip to content

Commit

Permalink
python3Packages.schemdraw: fix ModuleNotFoundError: No module named '…
Browse files Browse the repository at this point in the history
…setuptools'
  • Loading branch information
SFrijters committed Jan 25, 2024
1 parent 7a4a5c7 commit 0bd988a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/schemdraw/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, setuptools
, pyparsing
, matplotlib
, latex2mathml
Expand All @@ -25,6 +26,10 @@ buildPythonPackage rec {
hash = "sha256-wa/IeNGZynU/xKwyFwebXcFaruhBFqGWsrZYaIEVa8Q=";
};

nativeBuildInputs = [
setuptools
];

propagatedBuildInputs = [
pyparsing
];
Expand Down

0 comments on commit 0bd988a

Please sign in to comment.