Skip to content

Commit

Permalink
icu58: Fix evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Feb 24, 2018
1 parent f51a7dd commit 80cb13b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions pkgs/development/libraries/icu/58.nix
@@ -1,4 +1,4 @@
args @ { stdenv, fetchurl, fetchpatch, fixDarwinDylibNames }:
fetchurl:
let
keywordFix = fetchurl {
url = "http://bugs.icu-project.org/trac/changeset/39484?format=diff";
Expand All @@ -11,4 +11,4 @@ import ./base.nix {
sha256 = "036shcb3f8bm1lynhlsb4kpjm9s9c2vdiir01vg216rs2l8482ib";
patches = [ keywordFix ];
patchFlags = "-p4";
} args
}
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -9210,7 +9210,7 @@ with pkgs;

hyena = callPackage ../development/libraries/hyena { };

icu58 = callPackage ../development/libraries/icu/58.nix {
icu58 = callPackage (import ../development/libraries/icu/58.nix fetchurl) {
nativeBuildRoot = buildPackages.icu58.override { buildRootOnly = true; };
} //
(stdenv.lib.optionalAttrs (stdenv.cc.isGNU && stdenv.hostPlatform.isi686) {
Expand Down

0 comments on commit 80cb13b

Please sign in to comment.