libr3: propagate pcre

This commit is contained in:
Frederik Rietdijk 2019-03-07 13:30:58 +01:00
parent 500d61560f
commit 1f7b8c71a9

View file

@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [ autoreconfHook pkgconfig ];
buildInputs = [ pcre check ];
buildInputs = [ check ];
propagatedBuildInputs = [ pcre ];
strictDeps = true;