treewide: Make more complicated configureFlags lists
This commit is contained in:
@@ -25,9 +25,9 @@ stdenv.mkDerivation rec {
|
||||
|
||||
If you wish to ignore this error pass --enable-js-trunk to ./configure.
|
||||
*/
|
||||
configureFlags = ''
|
||||
--enable-js-trunk
|
||||
'';
|
||||
configureFlags = [
|
||||
"--enable-js-trunk"
|
||||
];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A database that uses JSON for documents, JavaScript for MapReduce queries, and regular HTTP for an API";
|
||||
|
||||
Reference in New Issue
Block a user