Removed test stuff from MySQL + add to releases

svn path=/nixpkgs/trunk/; revision=28149
This commit is contained in:
Sander van der Burg 2011-08-04 11:58:49 +00:00
parent 62c04c542b
commit a0c03edcd9
2 changed files with 2 additions and 0 deletions

View File

@ -18,6 +18,7 @@ stdenv.mkDerivation {
postInstall = ''
sed -i -e "s|basedir=\"\"|basedir=\"$out\"|" $out/bin/mysql_install_db
rm -rf $out/mysql-test $out/sql-bench
'';
meta = {

View File

@ -207,6 +207,7 @@ with (import ./release-lib.nix);
mutt = linux;
mysql = linux;
mysql51 = linux;
mysql55 = linux;
namazu = all;
nano = allBut "i686-cygwin";
ncat = linux;