treewide: Make configureFlags lists
This commit is contained in:
@@ -36,7 +36,7 @@ stdenv.mkDerivation {
|
||||
ocaml_sqlite3 tree uutf makeWrapper camlp4 pgocaml camlzip ]
|
||||
++ (param.buildInputs or []);
|
||||
|
||||
configureFlags = "--root $(out) --prefix /";
|
||||
configureFlags = [ "--root $(out) --prefix /" ];
|
||||
|
||||
dontAddPrefix = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user