treewide: Make configureFlags lists
This commit is contained in:
@@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ flex bison ];
|
||||
|
||||
configureFlags = "--with-mta=${sendmailPath}";
|
||||
configureFlags = [ "--with-mta=${sendmailPath}" ];
|
||||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user