about summary refs log tree commit diff
path: root/pkgs/applications/audio/keyfinder
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-02 13:17:11 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2021-02-02 14:46:11 +0100
commitc320ca389b8dccf210fe131828637b2bdd94d74e (patch)
treee18de4b238496b9fa6f7c66265f8a3e19b0cb2e6 /pkgs/applications/audio/keyfinder
parent6e3b60e2c960edb7ecbf2ddde9f66596b369ce82 (diff)
keyfinder: Remove stale subsituteInPlace, enableParallelBuilding which is set by qmake
Diffstat (limited to 'pkgs/applications/audio/keyfinder')
-rw-r--r--pkgs/applications/audio/keyfinder/default.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/applications/audio/keyfinder/default.nix b/pkgs/applications/audio/keyfinder/default.nix
index 187d3a58b171a..19433466ec3b0 100644
--- a/pkgs/applications/audio/keyfinder/default.nix
+++ b/pkgs/applications/audio/keyfinder/default.nix
@@ -16,13 +16,10 @@ stdenv.mkDerivation rec {
 
   postPatch = ''
     substituteInPlace is_KeyFinder.pro \
-       --replace "keyfinder.0" "keyfinder" \
        --replace "-stdlib=libc++" "" \
        --replace "\$\$[QT_INSTALL_PREFIX]" "$out"
   '';
 
-  enableParallelBuilding = true;
-
   meta = with lib; {
     description = "Musical key detection for digital audio (graphical UI)";
     longDescription = ''