about summary refs log tree commit diff
path: root/pkgs/applications/audio/orca-c
diff options
context:
space:
mode:
authornetcrns <jason.wing@gmx.de>2021-05-20 19:49:01 +0200
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-20 11:58:57 -0700
commit3d8c13ccd49732251812f456b056a591c6849c6e (patch)
tree3b4cf91f1e8b4764f100d5d1af0afc37850a58cd /pkgs/applications/audio/orca-c
parent81fa319f6d7239d68570d41213eafb8d5bb4ce09 (diff)
orca-c: use `postPatch` instead of overriding `patchPhase`
Diffstat (limited to 'pkgs/applications/audio/orca-c')
-rw-r--r--pkgs/applications/audio/orca-c/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/audio/orca-c/default.nix b/pkgs/applications/audio/orca-c/default.nix
index c010af202a2a0..088e7f97e4ed8 100644
--- a/pkgs/applications/audio/orca-c/default.nix
+++ b/pkgs/applications/audio/orca-c/default.nix
@@ -12,7 +12,7 @@ stdenv.mkDerivation {
 
   buildInputs = [ ncurses portmidi ];
 
-  patchPhase = ''
+  postPatch = ''
     patchShebangs tool
   '';