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