Merge pull request #145636 from SuperSandro2000/knocknock
knockknock: switch patchPhase to postPatch
This commit is contained in:
commit
2416e88cba
@ -16,7 +16,7 @@ python2Packages.buildPythonApplication rec {
|
||||
# No tests
|
||||
doCheck = false;
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
sed -i '/build\//d' setup.py
|
||||
substituteInPlace setup.py --replace "/etc" "$out/etc"
|
||||
substituteInPlace knockknock.py --replace 'existsInPath("hping3")' '"${hping}/bin/hping3"'
|
||||
|
Loading…
Reference in New Issue
Block a user