mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 19:15:39 +00:00
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 ];
|
||||
|
||||
patchPhase = ''
|
||||
postPatch = ''
|
||||
patchShebangs tool
|
||||
'';
|
||||
|
||||
|
|
Loading…
Reference in a new issue