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
commit ce8a3f7b6f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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