mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
python311Packages.dissect-target: relax flow-record
This commit is contained in:
parent
8ef07bd0ea
commit
64a3677ed0
|
@ -51,6 +51,11 @@ buildPythonPackage rec {
|
|||
hash = "sha256-vp1upVwohMXFKxlHy5lWmigdq9MUk1UknSsPpCXt50s=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
substituteInPlace pyproject.toml \
|
||||
--replace "flow.record~=" "flow.record>="
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools
|
||||
setuptools-scm
|
||||
|
|
Loading…
Reference in a new issue