libthai: fix cross compilation

libthai uses trietool from libdatrie as a native build tool
This commit is contained in:
Kira Bruneau 2021-02-07 19:35:01 -05:00
parent 77ffc4c241
commit c8d50207dd

View file

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