mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
libr3: propagate pcre
This commit is contained in:
parent
500d61560f
commit
1f7b8c71a9
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ stdenv.mkDerivation rec {
|
|||
|
||||
nativeBuildInputs = [ autoreconfHook pkgconfig ];
|
||||
|
||||
buildInputs = [ pcre check ];
|
||||
buildInputs = [ check ];
|
||||
propagatedBuildInputs = [ pcre ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue