icubase: *Flags are lists

This commit is contained in:
Robin Gloster
2019-10-26 17:39:27 +02:00
committed by Jan Tojnar
parent ab797ee344
commit d03933805b

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