ocaml: fix the meta.branch attribute

This commit is contained in:
Vincent Laporte 2016-11-26 10:35:23 +01:00
parent 0caeaf4cdd
commit 82ab1f8408

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 */