keyfinder: Remove stale subsituteInPlace, enableParallelBuilding which is set by qmake

This commit is contained in:
Sandro Jäckel 2021-02-02 13:17:11 +01:00
parent 6e3b60e2c9
commit c320ca389b
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -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 = ''