libdatrie: add meta.pkgConfigModules annotation
This commit is contained in:
parent
c995eb0c5e
commit
1d551bd1fc
1 changed files with 1 additions and 0 deletions
|
@ -42,5 +42,6 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.lgpl21Plus;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ ];
|
||||
pkgConfigModules = [ "datrie-0.2" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue