mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +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 a new issue