python310Packages.ilua: buildPythonApplication -> buildPythonPackage
This commit is contained in:
parent
684877ab70
commit
9da116a8c8
@ -1,5 +1,5 @@
|
||||
{ lib
|
||||
, buildPythonApplication
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, jupyter_console
|
||||
, jupyter_core
|
||||
@ -8,7 +8,7 @@
|
||||
, txzmq
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "ilua";
|
||||
version = "0.2.1";
|
||||
format = "pyproject";
|
||||
|
Loading…
Reference in New Issue
Block a user