Make sure Trac is built on a Linux machine, since it requires a

lot of patching (and therefore doesn't work) on OS X.


svn path=/nixpkgs/trunk/; revision=5201
This commit is contained in:
Roy van den Broek 2006-04-24 16:17:32 +00:00
parent 3c8a7d98b0
commit 6860ccf4b9

View File

@ -1,5 +1,7 @@
{stdenv, fetchurl, python, clearsilver, subversion, sqlite, pysqlite, makeWrapper}:
assert stdenv.system == "i686-linux";
stdenv.mkDerivation {
name = "trac-0.9.5";
src = fetchurl {