Merge pull request #107683 from blitz/fix-ckermit
kermit: use postPatch instead of patchPhase
This commit is contained in:
commit
ce8a3f7b6f
|
@ -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
|
||||
'';
|
||||
|
|
Loading…
Reference in New Issue