ocaml: fix the meta.branch attribute
This commit is contained in:
parent
0caeaf4cdd
commit
82ab1f8408
@ -56,7 +56,7 @@ stdenv.mkDerivation (args // rec {
|
|||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
homepage = http://caml.inria.fr/ocaml;
|
homepage = http://caml.inria.fr/ocaml;
|
||||||
branch = "4.03";
|
branch = versionNoPatch;
|
||||||
license = with licenses; [
|
license = with licenses; [
|
||||||
qpl /* compiler */
|
qpl /* compiler */
|
||||||
lgpl2 /* library */
|
lgpl2 /* library */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user