summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorsophrosyne97 <joshuaortiz@tutanota.com>2021-05-20 15:49:08 -0400
committerJonathan Ringer <jonringer@users.noreply.github.com>2021-05-20 14:11:01 -0700
commit644aff8eab17fb2d399aaa0b09f51e0b7f744876 (patch)
treec3bb05dd43022ea916e643bef01d2aa6bd12318c /pkgs
parentdfe77a81af904f76e53a2365383d0f8b5bfe5a10 (diff)
wt: 4.2.0 -> 4.5.0
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/libraries/wt/default.nix8
1 files changed, 3 insertions, 5 deletions
diff --git a/pkgs/development/libraries/wt/default.nix b/pkgs/development/libraries/wt/default.nix
index 8887c4410f4c4..cb3ceeae2f1c1 100644
--- a/pkgs/development/libraries/wt/default.nix
+++ b/pkgs/development/libraries/wt/default.nix
@@ -21,7 +21,7 @@ let
       buildInputs = [
         boost doxygen qt48Full libharu
         pango fcgi firebird libmysqlclient postgresql graphicsmagick glew
-        openssl pcre
+        openssl pcre harfbuzz
       ];
 
       cmakeFlags = [
@@ -32,8 +32,6 @@ let
         "-DWT_WRASTERIMAGE_IMPLEMENTATION=GraphicsMagick"
         "-DGM_PREFIX=${graphicsmagick}"
       ]
-      ++ lib.optional (harfbuzz != null)
-        "-DHARFBUZZ_INCLUDE_DIR=${harfbuzz.dev}/include"
       ++ lib.optional (libmysqlclient != null)
         "-DMYSQL_PREFIX=${libmysqlclient}";
 
@@ -52,7 +50,7 @@ in {
   };
 
   wt4 = generic {
-    version = "4.2.0";
-    sha256 = "0zrrdjz0sa8hrmybjp4aap1lcqcqvsicd7dj49zj1m5k8gnfpm4v";
+    version = "4.5.0";
+    sha256 = "16svzdma2mc2ggnpy5z7m1ggzhd5nrccmmj8xnc7bd1dd3486xwv";
   };
 }