···25252626 If you wish to ignore this error pass --enable-js-trunk to ./configure.
2727 */
2828- configureFlags = ''
2929- --enable-js-trunk
3030- '';
2828+ configureFlags = [
2929+ "--enable-js-trunk"
3030+ ];
31313232 meta = with stdenv.lib; {
3333 description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";