Author: maggesi
Date: Sat Dec 11 14:50:45 2010
New Revision: 25064
URL: https://svn.nixos.org/websvn/nix/?rev=25064&sc=1

Log:
* Enable hydra build for ocaml-batteries, camlzip, camomile, ocaml-cryptgps, 
cryptokit, ocaml-lwt, menhir, ounit, ocaml-pcre, ocaml-react, ocaml-ssl

Modified:
   nixpkgs/trunk/pkgs/development/ocaml-modules/batteries/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/camlzip/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.7.3.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.8.1.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/cryptgps/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/cryptokit/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/lwt/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/menhir/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/ounit/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/react/default.nix
   nixpkgs/trunk/pkgs/development/ocaml-modules/ssl/default.nix

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/batteries/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/batteries/default.nix  Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/batteries/default.nix  Sat Dec 
11 14:50:45 2010        (r25064)
@@ -30,5 +30,9 @@
       language.
     '';
     license = "LGPL";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/camlzip/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/camlzip/default.nix    Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/camlzip/default.nix    Sat Dec 
11 14:50:45 2010        (r25064)
@@ -43,5 +43,9 @@
       for reading from and writing to compressed files in these formats.
     '';
     license = "LGPL+linking exceptions";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.7.3.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.7.3.nix     Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.7.3.nix     Sat Dec 
11 14:50:45 2010        (r25064)
@@ -21,5 +21,9 @@
     homepage = http://camomile.sourceforge.net/;
     description = "A comprehensive Unicode library for OCaml";
     license = "LGPL";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.8.1.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.8.1.nix     Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/camomile/0.8.1.nix     Sat Dec 
11 14:50:45 2010        (r25064)
@@ -21,5 +21,9 @@
     homepage = http://camomile.sourceforge.net/;
     description = "A comprehensive Unicode library for OCaml";
     license = "LGPL";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/cryptgps/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/cryptgps/default.nix   Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/cryptgps/default.nix   Sat Dec 
11 14:50:45 2010        (r25064)
@@ -27,5 +27,9 @@
       itself.
     '';
     license = "MIT/X11";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/cryptokit/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/cryptokit/default.nix  Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/cryptokit/default.nix  Sat Dec 
11 14:50:45 2010        (r25064)
@@ -39,5 +39,9 @@
   meta = {
     homepage = "http://pauillac.inria.fr/~xleroy/software.html";;
     description = "A library of cryptographic primitives for OCaml";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/lwt/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/lwt/default.nix        Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/lwt/default.nix        Sat Dec 
11 14:50:45 2010        (r25064)
@@ -21,5 +21,9 @@
     homepage = http://ocsigen.org/lwt;
     description = "Lightweight thread library for Objective Caml";
     license = "LGPL";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/menhir/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/menhir/default.nix     Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/menhir/default.nix     Sat Dec 
11 14:50:45 2010        (r25064)
@@ -43,5 +43,9 @@
       and Yann Régis-Gianas.
     '';
     license = "QPL,LGPL+linking exceptions";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/ounit/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/ounit/default.nix      Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/ounit/default.nix      Sat Dec 
11 14:50:45 2010        (r25064)
@@ -27,5 +27,9 @@
     homepage = http://www.xs4all.nl/~mmzeeman/ocaml/;
     description = "Unit test framework for OCaml";
     license = "MIT/X11";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix       Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/pcre/default.nix       Sat Dec 
11 14:50:45 2010        (r25064)
@@ -22,5 +22,9 @@
     homepage = "http://www.ocaml.info/home/ocaml_sources.html#pcre-ocaml";;
     description = "An efficient C-library for pattern matching with Perl-style 
regular expressions in OCaml";
     license = "LGPL";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/react/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/react/default.nix      Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/react/default.nix      Sat Dec 
11 14:50:45 2010        (r25064)
@@ -29,5 +29,9 @@
     homepage = http://erratique.ch/software/react;
     description = "Applicative events and signals for OCaml";
     license = "BSD";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }

Modified: nixpkgs/trunk/pkgs/development/ocaml-modules/ssl/default.nix
==============================================================================
--- nixpkgs/trunk/pkgs/development/ocaml-modules/ssl/default.nix        Sat Dec 
11 14:39:49 2010        (r25063)
+++ nixpkgs/trunk/pkgs/development/ocaml-modules/ssl/default.nix        Sat Dec 
11 14:50:45 2010        (r25064)
@@ -23,5 +23,9 @@
     homepage = http://savonet.rastageeks.org/;
     description = "OCaml bindings for libssl ";
     license = "LGPL+link exception";
+    platforms = ocaml.meta.platforms;
+    maintainers = [
+      stdenv.lib.maintainers.z77z
+    ];
   };
 }
_______________________________________________
nix-commits mailing list
nix-comm...@cs.uu.nl
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to