* Enable hydra compilation for ocaml 3.11.1 (error in the previous commit)

svn path=/nixpkgs/trunk/; revision=25043
This commit is contained in:
Marco Maggesi 2010-12-09 15:44:05 +00:00
parent 7b49a49cbb
commit 9568a1bc80
2 changed files with 5 additions and 5 deletions

View File

@ -52,6 +52,11 @@ stdenv.mkDerivation rec {
generators, a pre-processor pretty-printer (camlp4) and a generators, a pre-processor pretty-printer (camlp4) and a
documentation generator (ocamldoc). documentation generator (ocamldoc).
''; '';
platforms = stdenv.lib.platforms.all;
maintainers = [
stdenv.lib.maintainers.z77z
];
}; };
} }

View File

@ -52,11 +52,6 @@ stdenv.mkDerivation rec {
generators, a pre-processor pretty-printer (camlp4) and a generators, a pre-processor pretty-printer (camlp4) and a
documentation generator (ocamldoc). documentation generator (ocamldoc).
''; '';
platforms = stdenv.lib.platforms.all;
maintainers = [
stdenv.lib.maintainers.z77z
];
}; };
} }