kermit: use postPatch instead of patchPhase

This is necessary to regain the ability to add patches via overrides.
This commit is contained in:
Julian Stecklina 2020-12-27 01:34:09 +01:00
parent 09794ef0dd
commit a48184dccc

View file

@ -16,7 +16,7 @@ stdenv.mkDerivation {
tar xvzf $src
'';
patchPhase = ''
postPatch = ''
sed -i -e 's@-I/usr/include/ncurses@@' \
-e 's@/usr/local@'"$out"@ makefile
'';