python312Packages.latexify-py: refactor

This commit is contained in:
Fabian Affolter 2024-03-26 11:22:20 +01:00 committed by GitHub
parent 4ae276119c
commit bf8c1d1dcd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,11 +21,11 @@ buildPythonPackage rec {
hash = "sha256-4924pqgc+C8VDTTK5Dac6UJV0tcicVBdnkWvE1ynyvY=";
};
nativeBuildInputs = [
build-system = [
hatchling
];
propagatedBuildInputs = [
dependencies = [
dill
];