python311Packages.dissect-clfs: refactor

This commit is contained in:
Fabian Affolter 2024-05-08 00:56:53 +02:00
parent 9b01bcf0d3
commit 66fe750f5c
1 changed files with 2 additions and 2 deletions

View File

@ -22,12 +22,12 @@ buildPythonPackage rec {
hash = "sha256-C1a85OLMkj0vjnRpenfC/xyxJ1TjYSlHPOq0jIrA/Ng=";
};
nativeBuildInputs = [
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
dependencies = [
dissect-cstruct
];