treewide: Make configureFlags lists
This commit is contained in:
@@ -20,7 +20,11 @@ stdenv.mkDerivation {
|
||||
|
||||
hardeningDisable = [ "format" ];
|
||||
|
||||
configureFlags = "--with-world --enable-gmp --enable-shared";
|
||||
configureFlags = [
|
||||
"--with-world"
|
||||
"--enable-gmp"
|
||||
"--enable-shared"
|
||||
];
|
||||
|
||||
buildFlags = "world";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user