python310Packages.ilua: buildPythonApplication -> buildPythonPackage

This commit is contained in:
P. R. d. O
2022-02-11 09:21:47 -08:00
committed by Jonathan Ringer
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";