mysqlWorkbench: support antlr4.7.2
This commit is contained in:
parent
23d3a0269a
commit
cca1670bcd
|
@ -37,6 +37,12 @@ in stdenv.mkDerivation rec {
|
||||||
})
|
})
|
||||||
];
|
];
|
||||||
|
|
||||||
|
# have it look for 4.7.2 instead of 4.7.1
|
||||||
|
preConfigure = ''
|
||||||
|
substituteInPlace CMakeLists.txt \
|
||||||
|
--replace "antlr-4.7.1-complete.jar" "antlr-4.7.2-complete.jar"
|
||||||
|
'';
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
cmake ninja pkgconfig jre swig wrapGAppsHook
|
cmake ninja pkgconfig jre swig wrapGAppsHook
|
||||||
];
|
];
|
||||||
|
|
Loading…
Reference in New Issue