python311Packages.ilua: fix build

This commit is contained in:
Patka 2024-02-10 22:34:38 +01:00
parent daafb1238d
commit a947b8de78
No known key found for this signature in database

View File

@ -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