Commit e8beca26 authored by Shawn8901's avatar Shawn8901
Browse files

nftables: fix substituted file location

parent dd4070b4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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"
  '';