nftables: fix substituted file location

This commit is contained in:
Shawn8901 2024-05-06 22:46:57 +02:00
parent dd4070b45f
commit e8beca2617

View file

@ -10,7 +10,7 @@ buildPythonPackage {
pyproject = true;
postPatch = ''
substituteInPlace "py/src/nftables.py" \
substituteInPlace "src/nftables.py" \
--replace-fail "libnftables.so.1" "${nftables}/lib/libnftables.so.1"
'';