Upgrading CouchDB to 1.1.1 with SpiderMonkey 185

svn path=/nixpkgs/trunk/; revision=30905
This commit is contained in:
Cillian de Roiste
2011-12-15 12:24:25 +00:00
parent 47765274e5
commit 02eb690bad
3 changed files with 13 additions and 11 deletions

View File

@@ -4936,7 +4936,9 @@ let
erlang = erlangR13B ;
};
couchdb = callPackage ../servers/http/couchdb { };
couchdb = callPackage ../servers/http/couchdb {
spidermonkey = spidermonkey_185;
};
felix = callPackage ../servers/felix { };