python312Packages.dissect: refactor

This commit is contained in:
Fabian Affolter 2024-05-08 01:31:37 +02:00
parent 4949c63350
commit a7cc477aff
1 changed files with 6 additions and 3 deletions

View File

@ -50,13 +50,16 @@ buildPythonPackage rec {
pythonRelaxDeps = true;
nativeBuildInputs = [
pythonRelaxDepsHook
build-system = [
setuptools
setuptools-scm
];
propagatedBuildInputs = [
nativeBuildInputs = [
pythonRelaxDepsHook
];
dependencies = [
dissect-archive
dissect-btrfs
dissect-cim