Merge pull request #309648 from Shawn8901/fix_python_nftables

nftables: fix substituted file location
This commit is contained in:
Jörg Thalheim 2024-05-07 06:12:54 +02:00 committed by GitHub
commit 1288bcc7ae
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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"
'';