pcre2: list pkgConfigModules provided by the package
This commit is contained in:
parent
2e876061cc
commit
aacf9a8c73
1 changed files with 6 additions and 0 deletions
|
@ -34,5 +34,11 @@ stdenv.mkDerivation rec {
|
|||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ ttuegel ];
|
||||
platforms = platforms.all;
|
||||
pkgConfigModules = [
|
||||
"libpcre2-posix"
|
||||
"libpcre2-8"
|
||||
"libpcre2-16"
|
||||
"libpcre2-32"
|
||||
];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue