Author: amiddelk
Date: Thu Mar 22 10:31:10 2012
New Revision: 33349
URL: https://nixos.org/websvn/nix/?rev=33349&sc=1

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

Modified:
   nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix       Thu Mar 
22 10:29:43 2012        (r33348)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix       Thu Mar 
22 10:31:10 2012        (r33349)
@@ -13,7 +13,8 @@
     sha256 = 
"f1774028a4525d22d1f4cf4ce0121c99d85a75aed7a498c3e8ab0f5e39888e47";
   };
 
-  buildInputs = [pcre ocaml findlib];
+  buildInputs = [ocaml findlib];
+  propagatedBuildInputs = [pcre];
 
   createFindlibDestdir = true;
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to