treewide: Make configureFlags lists
This commit is contained in:
@@ -17,5 +17,5 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "0xv9ymivp8fnyc5xcyh1vamxnx90bzw66wlld813fvm6q2gsiknk";
|
||||
};
|
||||
|
||||
configureFlags = "--without-initdir --disable-lynx";
|
||||
configureFlags = [ "--without-initdir" "--disable-lynx" ];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user