ocaml: fix the meta.branch attribute

This commit is contained in:
Vincent Laporte
2017-01-24 21:13:00 +00:00
parent 0caeaf4cdd
commit 82ab1f8408
+1 -1
View File
@@ -56,7 +56,7 @@ stdenv.mkDerivation (args // rec {
meta = with stdenv.lib; {
homepage = http://caml.inria.fr/ocaml;
branch = "4.03";
branch = versionNoPatch;
license = with licenses; [
qpl /* compiler */
lgpl2 /* library */