mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 09:53:10 +00:00
python311Packages.dissect-target: refactor
This commit is contained in:
parent
3aabebff88
commit
dab50b4649
@ -53,15 +53,15 @@ buildPythonPackage rec {
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace-warn "flow.record~=" "flow.record>="
|
||||
--replace-fail "flow.record~=" "flow.record>="
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
build-system = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
dependencies = [
|
||||
defusedxml
|
||||
dissect-cstruct
|
||||
dissect-eventlog
|
||||
|
Loading…
Reference in New Issue
Block a user