libr3: propagate pcre
This commit is contained in:
parent
500d61560f
commit
1f7b8c71a9
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
buildInputs = [ pcre check ];
|
||||
buildInputs = [ check ];
|
||||
propagatedBuildInputs = [ pcre ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user