mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-20 19:16:11 +00:00
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
|
||||
'';
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
sed -i -e 's@-I/usr/include/ncurses@@' \
|
||||
-e 's@/usr/local@'"$out"@ makefile
|
||||
'';
|
||||
|
Loading…
Reference in New Issue
Block a user