python3Packages.remarshal: Use buildPythonPackage

This commit is contained in:
Martin Weinelt 2022-10-02 17:54:11 +02:00
parent 24110fcf92
commit 97b667de3b
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759

View File

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