orca-c: use postPatch instead of overriding patchPhase

This commit is contained in:
netcrns
2021-05-20 11:58:57 -07:00
committed by Jonathan Ringer
parent 81fa319f6d
commit 3d8c13ccd4
+1 -1
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
buildInputs = [ ncurses portmidi ];
patchPhase = ''
postPatch = ''
patchShebangs tool
'';