Skip to content

Commit

Permalink
wt3: 3.4.0 -> 3.4.1, include harfbuzz
Browse files Browse the repository at this point in the history
(cherry picked from commit 5c5fc13)
  • Loading branch information
WilliButz authored and Ma27 committed Sep 12, 2019
1 parent f13471d commit a85cedd
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions pkgs/development/libraries/wt/default.nix
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{ stdenv, fetchFromGitHub, cmake, boost, pkgconfig, doxygen, qt48Full, libharu
, pango, fcgi, firebird, mysql, postgresql, graphicsmagick, glew, openssl
, pcre
, pcre, harfbuzz
}:

let
Expand Down Expand Up @@ -31,6 +31,7 @@ let
"-DWT_CPP_11_MODE=-std=c++11"
"-DGM_PREFIX=${graphicsmagick}"
"-DMYSQL_PREFIX=${mysql.connector-c}"
"-DHARFBUZZ_INCLUDE_DIR=${harfbuzz.dev}/include"
"--no-warn-unused-cli"
];

Expand All @@ -44,8 +45,8 @@ let
};
in {
wt3 = generic {
version = "3.4.0";
sha256 = "0y0b2h9jf5cg1gdh48dj32pj5nsvipab1cgygncxf98c46ikhysg";
version = "3.4.1";
sha256 = "1bsx7hmy6g2x9p3vl5xw9lv1xk891pnvs93a87s15g257gznkjmj";
};

wt4 = generic {
Expand Down

0 comments on commit a85cedd

Please sign in to comment.