nftables: fix substituted file location
This commit is contained in:
parent
dd4070b45f
commit
e8beca2617
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue