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

python311Packages.ilua: fix build
This commit is contained in:
Martin Weinelt
2024-02-10 23:16:14 +01:00
committed by GitHub
@@ -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