3
0
Fork 0
forked from mirrors/nixpkgs

polyphone: drop redundant INCLUDEPATH to libjack2

`diffoscope` shows no difference before and after the change.
This commit is contained in:
Sergei Trofimovich 2023-04-23 20:23:15 +01:00
parent 519f9d324d
commit bbd604ab1d

View file

@ -36,7 +36,6 @@ mkDerivation rec {
qmakeFlags = [ qmakeFlags = [
"DEFINES+=USE_LOCAL_STK" "DEFINES+=USE_LOCAL_STK"
"DEFINES+=USE_LOCAL_QCUSTOMPLOT" "DEFINES+=USE_LOCAL_QCUSTOMPLOT"
"INCLUDEPATH+=${libjack2}/include/jack"
]; ];
meta = with lib; { meta = with lib; {