forked from mirrors/nixpkgs
Removed test stuff from MySQL + add to releases
svn path=/nixpkgs/trunk/; revision=28149
This commit is contained in:
parent
62c04c542b
commit
a0c03edcd9
|
@ -18,6 +18,7 @@ stdenv.mkDerivation {
|
||||||
|
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
sed -i -e "s|basedir=\"\"|basedir=\"$out\"|" $out/bin/mysql_install_db
|
sed -i -e "s|basedir=\"\"|basedir=\"$out\"|" $out/bin/mysql_install_db
|
||||||
|
rm -rf $out/mysql-test $out/sql-bench
|
||||||
'';
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
|
|
|
@ -207,6 +207,7 @@ with (import ./release-lib.nix);
|
||||||
mutt = linux;
|
mutt = linux;
|
||||||
mysql = linux;
|
mysql = linux;
|
||||||
mysql51 = linux;
|
mysql51 = linux;
|
||||||
|
mysql55 = linux;
|
||||||
namazu = all;
|
namazu = all;
|
||||||
nano = allBut "i686-cygwin";
|
nano = allBut "i686-cygwin";
|
||||||
ncat = linux;
|
ncat = linux;
|
||||||
|
|
Loading…
Reference in a new issue