Skip to content

Commit

Permalink
python3Packages.ziamath: fix ModuleNotFoundError: No module named 'se…
Browse files Browse the repository at this point in the history
…tuptools'
  • Loading branch information
SFrijters committed Jan 25, 2024
1 parent 766bb71 commit faa8fa6
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/development/python-modules/ziamath/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, buildPythonPackage
, pythonOlder
, fetchFromGitHub
, setuptools
, ziafont
, pytestCheckHook
, nbval
Expand All @@ -22,6 +23,10 @@ buildPythonPackage rec {
hash = "sha256-Bbwq4Ods3P/724KO94jSmMLD1ubfaMHP/gTlOL/2pnE=";
};

nativeBuildInputs = [
setuptools
];

propagatedBuildInputs = [
ziafont
];
Expand Down

0 comments on commit faa8fa6

Please sign in to comment.