kermit: use postPatch instead of patchPhase
This is necessary to regain the ability to add patches via overrides.
This commit is contained in:
parent
09794ef0dd
commit
a48184dccc
@ -16,7 +16,7 @@ stdenv.mkDerivation {
|
|||||||
tar xvzf $src
|
tar xvzf $src
|
||||||
'';
|
'';
|
||||||
|
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
sed -i -e 's@-I/usr/include/ncurses@@' \
|
sed -i -e 's@-I/usr/include/ncurses@@' \
|
||||||
-e 's@/usr/local@'"$out"@ makefile
|
-e 's@/usr/local@'"$out"@ makefile
|
||||||
'';
|
'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user