* Make all ocaml versions available in the proper way.

svn path=/nixpkgs/trunk/; revision=17805
This commit is contained in:
Eelco Dolstra
2009-10-14 15:21:45 +00:00
parent c5b198300d
commit f581d2a719
2 changed files with 16 additions and 13 deletions

View File

@@ -1,9 +0,0 @@
args:
builtins.listToAttrs [
{ name = "3.08.0"; value = import ./3.08.0.nix args; }
{ name = "3.09.1"; value = import ./3.09.1.nix args; }
{ name = "3.10.0"; value = import ./3.10.0.nix args; }
{ name = "3.11.1"; value = import ./3.11.1.nix args; }
{ name = "default"; value = import ./3.11.1.nix args; }
]