* Turn on the compatibility tools.

svn path=/nixpkgs/trunk/; revision=7072
This commit is contained in:
Eelco Dolstra 2006-11-19 15:58:58 +00:00
parent f6b48bee54
commit 518bce117f

View File

@ -6,4 +6,5 @@ stdenv.mkDerivation {
url = http://upstart.ubuntu.com/download/upstart-0.3.0.tar.bz2;
md5 = "269046f41c6418225306280044a799eb";
};
configureFlags = "--enable-compat";
}