treewide: move to ocaml-ng system

This commit is contained in:
Kirill Boltaev
2016-09-26 02:36:49 +03:00
parent 8967a3f798
commit e61663a233
21 changed files with 804 additions and 762 deletions
+2 -2
View File
@@ -7,8 +7,8 @@ let
in
stdenv.mkDerivation rec {
name = "ocaml-4.00.1";
name = "ocaml-${version}";
version = "4.00.1";
src = fetchurl {
url = "http://caml.inria.fr/pub/distrib/ocaml-4.00/${name}.tar.bz2";