Merge pull request #287876 from patka-123/python311Packages-ilua
python311Packages.ilua: fix build
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user