about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-10-15 13:49:08 +0200
committerVladimír Čunát <vcunat@gmail.com>2017-10-15 13:49:08 +0200
commit75e419173959f3e96a6569268f310e80f4f836b4 (patch)
tree8f67935d97e055e097c7657c023ed481fec50fc5 /pkgs
parent3932a91776a067c7a8b3f8186d14d38c1bab78e2 (diff)
downloadnixlib-75e419173959f3e96a6569268f310e80f4f836b4.tar
nixlib-75e419173959f3e96a6569268f310e80f4f836b4.tar.gz
nixlib-75e419173959f3e96a6569268f310e80f4f836b4.tar.bz2
nixlib-75e419173959f3e96a6569268f310e80f4f836b4.tar.lz
nixlib-75e419173959f3e96a6569268f310e80f4f836b4.tar.xz
nixlib-75e419173959f3e96a6569268f310e80f4f836b4.tar.zst
nixlib-75e419173959f3e96a6569268f310e80f4f836b4.zip
libreoffice(-still): fixup build by using older icu
It's slightly risky, as many dependencies use the newer icu already.
-fresh seems OK without such changes.
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 9b62553b5c87..6c8da3080fca 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -15357,6 +15357,7 @@ with pkgs;
     harfbuzz = harfbuzz.override {
       withIcu = true; withGraphite2 = true;
     };
+    icu = icu58;
     # checking whether g++ supports C++14 or C++11... configure: error: no
     stdenv = overrideCC stdenv gcc5;
   });