Merge pull request #112357 from MetaDark/libthai

This commit is contained in:
Jörg Thalheim 2021-02-08 08:25:44 +00:00 committed by GitHub
commit 2c15df6bdf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 ];