forked from mirrors/nixpkgs
Fix of the ocaml pcre nix expr. Added 'pcre' as propagated build input.
svn path=/nixpkgs/trunk/; revision=33349
This commit is contained in:
parent
c2e7aa68e4
commit
31ffda057e
|
@ -13,7 +13,8 @@ stdenv.mkDerivation {
|
|||
sha256 = "f1774028a4525d22d1f4cf4ce0121c99d85a75aed7a498c3e8ab0f5e39888e47";
|
||||
};
|
||||
|
||||
buildInputs = [pcre ocaml findlib];
|
||||
buildInputs = [ocaml findlib];
|
||||
propagatedBuildInputs = [pcre];
|
||||
|
||||
createFindlibDestdir = true;
|
||||
|
||||
|
|
Loading…
Reference in a new issue