mysql-workbench: build with default automake

This commit is contained in:
Robin Gloster 2017-08-12 21:48:32 +02:00
parent 9fda9f8c79
commit 05a11f8a3d
No known key found for this signature in database
GPG Key ID: 5E4C836C632C2882
1 changed files with 0 additions and 1 deletions

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;