Merge pull request #107683 from blitz/fix-ckermit

kermit: use postPatch instead of patchPhase
This commit is contained in:
Sandro
2020-12-27 01:51:01 +01:00
committed by GitHub

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
'';