forked from mirrors/nixpkgs
polyphone: drop redundant INCLUDEPATH to libjack2
`diffoscope` shows no difference before and after the change.
This commit is contained in:
parent
519f9d324d
commit
bbd604ab1d
|
@ -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; {
|
||||||
|
|
Loading…
Reference in a new issue