libthai: fix cross compilation
libthai uses trietool from libdatrie as a native build tool
This commit is contained in:
parent
77ffc4c241
commit
c8d50207dd
@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "04g93bgxrcnay9fglpq2lj9nr7x1xh06i60m7haip8as9dxs3q7z";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [ installShellFiles pkg-config ];
|
||||
strictDeps = true;
|
||||
|
||||
nativeBuildInputs = [ installShellFiles libdatrie pkg-config ];
|
||||
|
||||
buildInputs = [ libdatrie ];
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user