keyfinder: Remove stale subsituteInPlace, enableParallelBuilding which is set by qmake
This commit is contained in:
parent
6e3b60e2c9
commit
c320ca389b
1 changed files with 0 additions and 3 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue