orca-c: use postPatch
instead of overriding patchPhase
This commit is contained in:
parent
81fa319f6d
commit
3d8c13ccd4
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ ncurses portmidi ];
|
buildInputs = [ ncurses portmidi ];
|
||||||
|
|
||||||
patchPhase = ''
|
postPatch = ''
|
||||||
patchShebangs tool
|
patchShebangs tool
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user