Skip to content

Commit

Permalink
python312Packages.ansitable: fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
natsukium committed Oct 31, 2024
1 parent a84cba7 commit 2d05627
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/ansitable/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
colored,
pytestCheckHook,
numpy,
pandas,
}:

buildPythonPackage rec {
Expand All @@ -30,6 +31,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
pytestCheckHook
numpy
pandas
];

meta = with lib; {
Expand Down

0 comments on commit 2d05627

Please sign in to comment.