* Added mod_python.

svn path=/nixpkgs/trunk/; revision=4549
This commit is contained in:
Eelco Dolstra
2006-01-15 12:03:00 +00:00
parent 7a8ea3f12b
commit b803253ddd
5 changed files with 49 additions and 1 deletions

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation {
inherit flex bison libxml2 apacheHttpd;
buildInputs = [flex bison libxml2 apacheHttpd];
builder = ./builder.sh ;
builder = ./builder.sh;
patches = [./fix.patch];
}