Merge pull request #112357 from MetaDark/libthai
This commit is contained in:
commit
2c15df6bdf
|
@ -9,7 +9,9 @@ stdenv.mkDerivation rec {
|
||||||
sha256 = "04g93bgxrcnay9fglpq2lj9nr7x1xh06i60m7haip8as9dxs3q7z";
|
sha256 = "04g93bgxrcnay9fglpq2lj9nr7x1xh06i60m7haip8as9dxs3q7z";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ installShellFiles pkg-config ];
|
strictDeps = true;
|
||||||
|
|
||||||
|
nativeBuildInputs = [ installShellFiles libdatrie pkg-config ];
|
||||||
|
|
||||||
buildInputs = [ libdatrie ];
|
buildInputs = [ libdatrie ];
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue