python312Packages.stdlibs: refactor

This commit is contained in:
Fabian Affolter 2024-05-16 17:02:01 +02:00
parent 56107eec30
commit 8d10467ec1

View File

@ -8,7 +8,7 @@
buildPythonPackage rec {
pname = "stdlibs";
version = "2024.5.15";
format = "pyproject";
pyproject = true;
disabled = pythonOlder "3.8";
@ -19,7 +19,7 @@ buildPythonPackage rec {
hash = "sha256-DthHvL5x3HVwACLnxeyuoC0hb8OokabODircEY9eEhE=";
};
nativeBuildInputs = [
build-system = [
flit-core
];