Unverified Commit 1288bcc7 authored by Jörg Thalheim's avatar Jörg Thalheim Committed by GitHub
Browse files

Merge pull request #309648 from Shawn8901/fix_python_nftables

nftables: fix substituted file location
parents 50f535b0 e8beca26
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"
  '';