* Added MySQL 4.1.9.

svn path=/nixpkgs/trunk/; revision=2082
This commit is contained in:
Eelco Dolstra
2005-01-21 19:25:57 +00:00
parent e03984abda
commit f1ae49c01b
2 changed files with 18 additions and 4 deletions

View File

@@ -739,11 +739,10 @@ rec {
ant = apacheAntBlackdown14;
};
/*
mysql = (import ../servers/sql/mysql) {
inherit fetchurl stdenv;
mysql = import ../servers/sql/mysql {
inherit fetchurl stdenv ncurses zlib perl;
ps = procps; /* !!! Linux only */
};
*/
jetty = (import ../servers/http/jetty) {
inherit fetchurl stdenv;