mysql-workbench: build with default automake

This commit is contained in:
Robin Gloster
2017-08-12 21:49:11 +02:00
parent 9fda9f8c79
commit 05a11f8a3d
-1
View File
@@ -18731,7 +18731,6 @@ with pkgs;
mnemonicode = callPackage ../misc/mnemonicode { };
mysql-workbench = newScope gnome2 ../applications/misc/mysql-workbench (let mysql = mysql57; in {
automake = automake113x;
gdal = gdal.override {mysql = mysql // {lib = {dev = mysql;};};};
mysql = mysql;
pcre = pcre-cpp;