libthai: add meta.pkgConfigModules annotation

This commit is contained in:
sternenseemann 2023-08-08 11:51:00 +02:00
parent 0d98427489
commit fc5a8f129f

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
license = licenses.lgpl21Plus;
platforms = platforms.unix;
maintainers = with maintainers; [ ];
pkgConfigModules = [ "libthai" ];
};
}