Unverified Commit 2d05627c authored by natsukium's avatar natsukium
Browse files

python312Packages.ansitable: fix build

parent a84cba70
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -7,6 +7,7 @@
  colored,
  pytestCheckHook,
  numpy,
  pandas,
}:

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

  meta = with lib; {