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 = ''
|
||||
sed -i -e "s|basedir=\"\"|basedir=\"$out\"|" $out/bin/mysql_install_db
|
||||
rm -rf $out/mysql-test $out/sql-bench
|
||||
'';
|
||||
|
||||
meta = {
|
||||
|
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user