treewide: configureFlags is a flat list

This commit is contained in:
Robin Gloster
2019-11-20 09:21:30 +01:00
committed by Jan Tojnar
parent a534e750a8
commit e9c27ed5f9
5 changed files with 19 additions and 16 deletions

View File

@@ -153,7 +153,7 @@ let
++ lib.optional (langJava && javaAntlr != null) "--with-antlr-jar=${javaAntlr}"
++ (import ../common/platform-flags.nix { inherit (stdenv) lib targetPlatform; })
++ lib.optional (targetPlatform != hostPlatform) crossConfigureFlags
++ lib.optionals (targetPlatform != hostPlatform) crossConfigureFlags
++ lib.optional (targetPlatform != hostPlatform) "--disable-bootstrap"
# Platform-specific flags