Unverified Commit ec1e5ded authored by Martin Weinelt's avatar Martin Weinelt Committed by GitHub
Browse files

Merge pull request #287876 from patka-123/python311Packages-ilua

python311Packages.ilua: fix build
parents 8968441d a947b8de
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