about summary refs log tree commit diff
path: root/pkgs/top-level/all-packages.nix
diff options
context:
space:
mode:
authorAndreas Rammhold <andreas@rammhold.de>2019-01-23 01:04:04 +0100
committerAndreas Rammhold <andreas@rammhold.de>2019-01-29 20:30:42 +0100
commit08ba4f13c97b41079fac5440f059e09ff56e23ca (patch)
treeaa48cecefee2673970c3e5baa11be9e4bb4344f1 /pkgs/top-level/all-packages.nix
parent3b1158c8dda4be1a9ff7fa0fdaa280b598738fb9 (diff)
downloadnixlib-08ba4f13c97b41079fac5440f059e09ff56e23ca.tar
nixlib-08ba4f13c97b41079fac5440f059e09ff56e23ca.tar.gz
nixlib-08ba4f13c97b41079fac5440f059e09ff56e23ca.tar.bz2
nixlib-08ba4f13c97b41079fac5440f059e09ff56e23ca.tar.lz
nixlib-08ba4f13c97b41079fac5440f059e09ff56e23ca.tar.xz
nixlib-08ba4f13c97b41079fac5440f059e09ff56e23ca.tar.zst
nixlib-08ba4f13c97b41079fac5440f059e09ff56e23ca.zip
firefoxPackages: support building with firefox 65
Firefox >=65 will depend on icu >=63. All the older firefox versions
(and derived packages) seem to work fine with this change.

Also the system path environment patch will fail to apply since there
was a trivial whitespace change in the source file. By adding `-l` to
patch we can avoid having to track two patches that do basically the
same. Having patchFlags per file without resorting to pre-/postPatch
would be nicer but there doesn't seem to be a facility for that right
now.
Diffstat (limited to 'pkgs/top-level/all-packages.nix')
-rw-r--r--pkgs/top-level/all-packages.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9621ca428aa6..e407c9dc44e7 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17130,7 +17130,7 @@ in
       libpng = libpng_apng;
       python = python2;
       gnused = gnused_422;
-      icu = icu59;
+      icu = icu63;
       inherit (darwin.apple_sdk.frameworks) CoreMedia ExceptionHandling
                                             Kerberos AVFoundation MediaToolbox
                                             CoreLocation Foundation AddressBook;