mysql-workbench: rename from mysqlWorkbench, add alias

fixes #21226
This commit is contained in:
Robin Gloster 2017-01-19 16:39:28 +01:00
parent 805e6804b1
commit 24038e6385
No known key found for this signature in database
GPG key ID: 5E4C836C632C2882
2 changed files with 2 additions and 1 deletions

View file

@ -77,6 +77,7 @@ doNotDisplayTwice rec {
mssys = ms-sys; # added 2015-12-13
multipath_tools = multipath-tools; # added 2016-01-21
mupen64plus1_5 = mupen64plus; # added 2016-02-12
mysqlWorkbench = mysql-workbench; # added 2017-01-19
ncat = nmap; # added 2016-01-26
nfsUtils = nfs-utils; # added 2014-12-06
owncloudclient = owncloud-client; # added 2016-08

View file

@ -17609,7 +17609,7 @@ in
mnemonicode = callPackage ../misc/mnemonicode { };
mysqlWorkbench = newScope gnome2 ../applications/misc/mysql-workbench (let mysql = mysql57; in {
mysql-workbench = newScope gnome2 ../applications/misc/mysql-workbench (let mysql = mysql57; in {
automake = automake113x;
gdal = gdal.override {mysql = mysql // {lib = {dev = mysql;};};};
mysql = mysql;