python3Packages.remarshal: Use buildPythonPackage
This commit is contained in:
parent
24110fcf92
commit
97b667de3b
@ -1,5 +1,5 @@
|
||||
{ lib
|
||||
, buildPythonApplication
|
||||
, buildPythonPackage
|
||||
, fetchFromGitHub
|
||||
|
||||
# build deps
|
||||
@ -16,7 +16,7 @@
|
||||
, pytestCheckHook
|
||||
}:
|
||||
|
||||
buildPythonApplication rec {
|
||||
buildPythonPackage rec {
|
||||
pname = "remarshal";
|
||||
version = "0.14.0";
|
||||
format = "pyproject";
|
||||
|
Loading…
Reference in New Issue
Block a user