* Enable hydra compilation for ocaml 3.11.1
svn path=/nixpkgs/trunk/; revision=25042
This commit is contained in:
parent
ac457478e3
commit
7b49a49cbb
1 changed files with 5 additions and 0 deletions
|
@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue