libthai: fix cross compilation

libthai uses trietool from libdatrie as a native build tool
master
Kira Bruneau 2021-02-07 19:35:01 -05:00
parent 77ffc4c241
commit c8d50207dd
1 changed files with 3 additions and 1 deletions

View File

@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
sha256 = "04g93bgxrcnay9fglpq2lj9nr7x1xh06i60m7haip8as9dxs3q7z";
};
nativeBuildInputs = [ installShellFiles pkg-config ];
strictDeps = true;
nativeBuildInputs = [ installShellFiles libdatrie pkg-config ];
buildInputs = [ libdatrie ];