added mysql 5.0
svn path=/nixpkgs/trunk/; revision=9559
This commit is contained in:
parent
78746b036b
commit
0c95e69e3a
@ -2636,6 +2636,11 @@ rec {
|
||||
ps = procps; /* !!! Linux only */
|
||||
};
|
||||
|
||||
mysql5 = import ../servers/sql/mysql5 {
|
||||
inherit fetchurl stdenv ncurses zlib perl;
|
||||
ps = procps; /* !!! Linux only */
|
||||
};
|
||||
|
||||
mysql_jdbc = import ../servers/sql/mysql/jdbc {
|
||||
inherit fetchurl stdenv ant;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user