orca-c: use postPatch instead of overriding patchPhase

This commit is contained in:
netcrns 2021-05-20 19:49:01 +02:00 committed by Jonathan Ringer
parent 81fa319f6d
commit 3d8c13ccd4

View file

@ -12,7 +12,7 @@ stdenv.mkDerivation {
buildInputs = [ ncurses portmidi ];
patchPhase = ''
postPatch = ''
patchShebangs tool
'';