mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 12:23:02 +00:00
wt3: 3.4.0 -> 3.4.1, include harfbuzz
This commit is contained in:
parent
27b459ce1e
commit
5c5fc13602
@ -1,6 +1,6 @@
|
||||
{ stdenv, fetchFromGitHub, cmake, boost, pkgconfig, doxygen, qt48Full, libharu
|
||||
, pango, fcgi, firebird, mysql, postgresql, graphicsmagick, glew, openssl
|
||||
, pcre
|
||||
, pcre, harfbuzz
|
||||
}:
|
||||
|
||||
let
|
||||
@ -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"
|
||||
];
|
||||
|
||||
@ -44,8 +45,8 @@ let
|
||||
};
|
||||
in {
|
||||
wt3 = generic {
|
||||
version = "3.4.0";
|
||||
sha256 = "0y0b2h9jf5cg1gdh48dj32pj5nsvipab1cgygncxf98c46ikhysg";
|
||||
version = "3.4.1";
|
||||
sha256 = "1bsx7hmy6g2x9p3vl5xw9lv1xk891pnvs93a87s15g257gznkjmj";
|
||||
};
|
||||
|
||||
wt4 = generic {
|
||||
|
Loading…
Reference in New Issue
Block a user