python312Packages.dissect: refactor
This commit is contained in:
parent
4949c63350
commit
a7cc477aff
1 changed files with 6 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue