icubase: *Flags are lists

This commit is contained in:
Robin Gloster
2019-12-30 11:13:40 +01:00
committed by Jan Tojnar
parent ab797ee344
commit d03933805b
+1 -1
View File
@@ -1,4 +1,4 @@
{ version, sha256, patches ? [], patchFlags ? "" }:
{ version, sha256, patches ? [], patchFlags ? [] }:
{ stdenv, lib, fetchurl, fixDarwinDylibNames
# Cross-compiled icu4c requires a build-root of a native compile
, buildRootOnly ? false, nativeBuildRoot