icu58: Fix evaluation

This commit is contained in:
Shea Levy
2018-02-24 08:52:58 -05:00
parent f51a7ddd11
commit 80cb13b728
2 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
args @ { stdenv, fetchurl, fetchpatch, fixDarwinDylibNames }:
fetchurl:
let
keywordFix = fetchurl {
url = "http://bugs.icu-project.org/trac/changeset/39484?format=diff";
@@ -11,4 +11,4 @@ import ./base.nix {
sha256 = "036shcb3f8bm1lynhlsb4kpjm9s9c2vdiir01vg216rs2l8482ib";
patches = [ keywordFix ];
patchFlags = "-p4";
} args
}