about summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/applications/audio/keyfinder/default.nix')
-rw-r--r--pkgs/applications/audio/keyfinder/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix
index ae1a8ea1edf4..049920d28079 100644
--- a/pkgs/applications/audio/keyfinder/default.nix
+++ b/pkgs/applications/audio/keyfinder/default.nix
@@ -21,7 +21,9 @@ stdenv.mkDerivation rec {
   '';
 
   configurePhase = ''
+    runHook preConfigure
     qmake
+    runHook postConfigure
   '';
 
   enableParallelBuilding = true;