1
0
Fork 1
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:
Fabian Affolter 2024-01-26 08:19:36 +01:00
parent 8ef07bd0ea
commit 64a3677ed0

View file

@ -51,6 +51,11 @@ buildPythonPackage rec {
hash = "sha256-vp1upVwohMXFKxlHy5lWmigdq9MUk1UknSsPpCXt50s=";
};
postPatch = ''
substituteInPlace pyproject.toml \
--replace "flow.record~=" "flow.record>="
'';
nativeBuildInputs = [
setuptools
setuptools-scm