From 3d8c13ccd49732251812f456b056a591c6849c6e Mon Sep 17 00:00:00 2001 From: netcrns Date: Thu, 20 May 2021 19:49:01 +0200 Subject: [PATCH] orca-c: use `postPatch` instead of overriding `patchPhase` --- pkgs/applications/audio/orca-c/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/audio/orca-c/default.nix b/pkgs/applications/audio/orca-c/default.nix index c010af202a2a..088e7f97e4ed 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 '';