* Enable hydra compilation for ocaml 3.11.1 (error in the previous commit)
svn path=/nixpkgs/trunk/; revision=25043
This commit is contained in:
parent
7b49a49cbb
commit
9568a1bc80
|
@ -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
|
||||||
|
];
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -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
|
|
||||||
];
|
|
||||||
};
|
};
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue