Unverified Commit a947b8de authored by Patka's avatar Patka
Browse files

python311Packages.ilua: fix build

parent daafb123
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
, jupyter-console
, jupyter-core
, pygments
, setuptools
, termcolor
, txzmq
}:
@@ -18,6 +19,10 @@ buildPythonPackage rec {
    hash = "sha256-YxV6xC7GS5NXyMPRZN9YIJxamgP2etwrZUAZjk5PjtU=";
  };

  nativeBuildInputs = [
    setuptools
  ];

  propagatedBuildInputs = [
    jupyter-console
    jupyter-core