git-archive-all: switch to pyproject

This commit is contained in:
Ryan Omasta
2026-05-21 18:29:36 -06:00
parent 982bbf7ab8
commit 8c0ea07af9

View File

@@ -8,7 +8,7 @@
python3Packages.buildPythonApplication (finalAttrs: {
pname = "git-archive-all";
version = "1.23.1";
format = "setuptools";
pyproject = true;
src = fetchFromGitHub {
owner = "Kentzo";
@@ -33,6 +33,8 @@ python3Packages.buildPythonApplication (finalAttrs: {
--replace "import pycodestyle" ""
'';
build-system = [ python3Packages.setuptools ];
nativeCheckInputs = [
git
];