Merge mysql55 module into mysql

This also removes the default for services.mysql.package, as this should
not generally be updated automatically if we change the mysql attribute
This commit is contained in:
Shea Levy
2014-02-26 07:54:04 -05:00
parent 2fd60ee948
commit 1ce6fff4e2
6 changed files with 26 additions and 251 deletions

View File

@@ -27,6 +27,8 @@ stdenv.mkDerivation rec {
rm -rf $out/mysql-test $out/sql-bench $out/share/info
'';
passthru.mysqlVersion = "5.1";
meta = {
homepage = http://www.mysql.com/;
description = "The world's most popular open source database";

View File

@@ -28,6 +28,8 @@ stdenv.mkDerivation rec {
rm -rf $out/mysql-test $out/sql-bench
'';
passthru.mysqlVersion = "5.5";
meta = {
homepage = http://www.mysql.com/;
description = "The world's most popular open source database";