Fix of the ocaml pcre nix expr. Added 'pcre' as propagated build input.

svn path=/nixpkgs/trunk/; revision=33349
This commit is contained in:
Arie Middelkoop 2012-03-22 10:31:10 +00:00
parent c2e7aa68e4
commit 31ffda057e

View file

@ -13,7 +13,8 @@ stdenv.mkDerivation {
sha256 = "f1774028a4525d22d1f4cf4ce0121c99d85a75aed7a498c3e8ab0f5e39888e47";
};
buildInputs = [pcre ocaml findlib];
buildInputs = [ocaml findlib];
propagatedBuildInputs = [pcre];
createFindlibDestdir = true;