···2526 If you wish to ignore this error pass --enable-js-trunk to ./configure.
27 */
28- configureFlags = ''
29- --enable-js-trunk
30- '';
3132 meta = with stdenv.lib; {
33 description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
···2526 If you wish to ignore this error pass --enable-js-trunk to ./configure.
27 */
28+ configureFlags = [
29+ "--enable-js-trunk"
30+ ];
3132 meta = with stdenv.lib; {
33 description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";