* MySQL updated to 4.1.12. This should fix a MythTV crash bug.

svn path=/nixpkgs/trunk/; revision=3150
This commit is contained in:
Eelco Dolstra 2005-05-26 21:38:24 +00:00
parent 7e5de2061b
commit 91e3087c6c

View file

@ -3,12 +3,11 @@
# Note: zlib is not required; MySQL can use an internal zlib.
stdenv.mkDerivation {
name = "mysql-4.1.9";
# builder = ./builder.sh;
name = "mysql-4.1.12";
src = fetchurl {
url = http://catamaran.labs.cs.uu.nl/dist/tarballs/mysql-4.1.9.tar.gz;
md5 = "7bc44befe155d619c4e4705f68874278";
url = http://dev.mysql.com/get/Downloads/MySQL-4.1/mysql-4.1.12.tar.gz/from/http://mysql.mirror.nedlinux.nl/;
md5 = "56a6f5cacd97ae290e07bbe19f279af1";
};
buildInputs = [ps ncurses zlib perl];